Color Hex Logo

#af943e Color Hex

#AF943E
(175,148,62)
0 Favorites   0 Comments

Color spaces of #af943e

RGB 17514862
HSL0.130.480.46
HSV46°65°69°
CMYK 0.000.150.65   0.31
XYZ29.138630.64168.9361
Yxy30.64160.42400.4459
Hunter Lab55.3549-2.909229.1770
CIE-Lab62.20390.056647.9197

#af943e color RGB value is (175,148,62).

#af943e hex color red value is 175, green value is 148 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #af943e hue: 0.13 , saturation: 0.48 and the lightness value of af943e is 0.46.

The process color (four color CMYK) of #af943e color hex is 0.00, 0.15, 0.65, 0.31. Web safe color of #af943e is #999933. Color #af943e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 00111110
Octal 257 224 76
Decimal 175 148 62
Hex AF 94 3E

RGB Percentages of Color #af943e

%45.45
%38.44
%16.10

CMYK Percentages of Color #af943e

%0
%15
%65
%31

Triadic Colors of #af943e

#af943e #3eaf94 #943eaf

Analogous Colors of #af943e

#af943e #92af3e #af5c3e

Monochromatic Colors of #af943e

#af943e

Complementary Color

#af943e #3e59af

#af943e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af943e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af943e Color CSS Codes

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

#af943e Text Font Color

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

This sample text font color is #af943e
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.


#af943e Background Color

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

This div background color is #af943e


#af943e Border Color

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

This div border color is #af943e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af943e


Comments

No comments written yet.

Please login to write comment.