Html Css Color HEX #AF8E56 Teak

📋 copy color: '#AF8E56'

red 175 ◦ green 142 ◦ blue 86

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

Shades of Teak #AF8E56

Tints of Teak #AF8E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.34%

R = 43.42%
G = 35.24%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF8E56 (or 0xAF8E56) is known color: Teak. HEX triplet: AF, 8E and 56. RGB value is (175,142,86). Sum of RGB (Red+Green+Blue) = 175+142+86=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E56 is #5071A9. Grayscale: #919191. Windows color (decimal): -5271978 or 5672623. OLE color: 5672623.

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

Color convert

RGB 175 142 86 -
CMYK 0 0.19 0.51 0.31
HSL 37.75º 0.36% 0.51% -
HSV(B) 37.75º 0.51% 0.69% -
XYZ 29.03 29.13 12.9 -
YUV 145.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 175 142 86 0 0.19 0.51 0.31 37.75 0.36 0.51
Hex AF 8E 56 0 13 33 1F 26 24 33
Octal 257 216 126 0 23 63 37 46 44 63
Binary 10101111 10001110 1010110 0 10011 110011 11111 100110 100100 110011

Color Harmonies of #AF8E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E56

Black with #AF8E56

Text Example


Text Example

White with #AF8E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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