Color Hex Logo

#af9146 Color Hex

#AF9146
(175,145,70)
0 Favorites   0 Comments

Color spaces of #af9146

RGB 17514570
HSL0.120.430.48
HSV43°60°69°
CMYK 0.000.170.60   0.31
XYZ28.910129.807010.0239
Yxy29.80700.42060.4336
Hunter Lab54.5958-1.021527.3313
CIE-Lab61.48732.261743.2917

#af9146 color RGB value is (175,145,70).

#af9146 hex color red value is 175, green value is 145 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #af9146 hue: 0.12 , saturation: 0.43 and the lightness value of af9146 is 0.48.

The process color (four color CMYK) of #af9146 color hex is 0.00, 0.17, 0.60, 0.31. Web safe color of #af9146 is #999933. Color #af9146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 01000110
Octal 257 221 106
Decimal 175 145 70
Hex AF 91 46

RGB Percentages of Color #af9146

%44.87
%37.18
%17.95

CMYK Percentages of Color #af9146

%0
%17
%60
%31

Triadic Colors of #af9146

#af9146 #46af91 #9146af

Analogous Colors of #af9146

#af9146 #99af46 #af5d46

Monochromatic Colors of #af9146

#af9146

Complementary Color

#af9146 #4664af

#af9146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9146 Color CSS Codes

.mybgcolor {background-color:#af9146; } 
.myforecolor {color:#af9146; }
.mybordercolor {border:3px solid #af9146; }

#af9146 Text Font Color

<p style="color:#af9146">Text here</p>

This sample text font color is #af9146
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af9146 Background Color

<div style="background-color:#af9146">
Div content here</div>

This div background color is #af9146


#af9146 Border Color

<div style="border:3px solid #af9146">
Div here</div>

This div border color is #af9146


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,145,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af9146; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af9146;
  -webkit-box-shadow: 1px 1px 3px 2px #af9146;
  box-shadow:         1px 1px 3px 2px #af9146; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,145,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af9146">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af9146;
  -webkit-box-shadow: 1px 1px 3px 2px #af9146;
  box-shadow:         1px 1px 3px 2px #af9146;">
Div content here</div>

This div box has shadow with color #af9146

#af9146 Color Palettes


Comments

No comments written yet.

Please login to write comment.