Html Css Color HEX #AF8E57 Teak

📋 copy color: '#AF8E57'

red 175 ◦ green 142 ◦ blue 87

#AF8E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teak #AF8E57

Tints of Teak #AF8E57

RGB

 RED value IS 175 (68.75% from 255) = 43.32%

 GREEN value IS 142 (55.86% from 255) = 35.15%

 BLUE value IS 87 (34.38% from 255) = 21.53%

R = 43.32%
G = 35.15%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF8E57 (or 0xAF8E57) is known color: Teak. HEX triplet: AF, 8E and 57. RGB value is (175,142,87). Sum of RGB (Red+Green+Blue) = 175+142+87=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E57 is #5071A8. Grayscale: #919191. Windows color (decimal): -5271977 or 5738159. OLE color: 5738159.

HSL color Cylindrical-coordinate representation of color #AF8E57: hue angle of 37.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF8E57 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 142 87 -
CMYK 0 0.19 0.50 0.31
HSL 37.5º 0.35% 0.51% -
HSV(B) 37.5º 0.5% 0.69% -
XYZ 29.07 29.15 13.11 -
YUV 145.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 175 142 87 0 0.19 0.50 0.31 37.5 0.35 0.51
Hex AF 8E 57 0 13 32 1F 26 23 33
Octal 257 216 127 0 23 62 37 46 43 63
Binary 10101111 10001110 1010111 0 10011 110010 11111 100110 100011 110011

Color Harmonies of #AF8E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E57

Black with #AF8E57

Text Example


Text Example

White with #AF8E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E57; }

 p { color: rgb(175,142,87); }

 H1.HeaderClassName
 {
   color: #AF8E57;
 }
 .AnyTagClassName
 {
   color: #AF8E57;
 }
</style>

background-color css

<style>
 a { background-color: #AF8E57; }

 a { background-color: rgb(175,142,87); }

 div.DivClassName
 {
   background-color: #AF8E57;
 }
 .BgClassName
 {
   background-color: #AF8E57;
 }
</style>

border-color css

<style>
 span { border-color: #AF8E57; }

 span { border-color: rgb(175,142,87); }

 td.TdClassName
 {
   border-color: #AF8E57;
 }
 .TagClassName
 {
   border-color: #AF8E57;
 }
</style>