Color Hex Logo

#af933e Color Hex

#AF933E
(175,147,62)
0 Favorites   0 Comments

Color spaces of #af933e

RGB 17514762
HSL0.130.480.46
HSV45°65°69°
CMYK 0.000.160.65   0.31
XYZ28.982430.32928.8840
Yxy30.32920.42500.4447
Hunter Lab55.0720-2.437728.9859
CIE-Lab61.93720.602647.6292

#af933e color RGB value is (175,147,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 00111110
Octal 257 223 76
Decimal 175 147 62
Hex AF 93 3E

RGB Percentages of Color #af933e

%45.57
%38.28
%16.15

CMYK Percentages of Color #af933e

%0
%16
%65
%31

Triadic Colors of #af933e

#af933e #3eaf93 #933eaf

Analogous Colors of #af933e

#af933e #93af3e #af5b3e

Monochromatic Colors of #af933e

#af933e

Complementary Color

#af933e #3e5aaf

#af933e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af933e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af933e Color CSS Codes

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

#af933e Text Font Color

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

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


#af933e Background Color

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

This div background color is #af933e


#af933e Border Color

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

This div border color is #af933e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,147,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 #af933e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af933e


Comments

No comments written yet.

Please login to write comment.