Html Css Color HEX #AF8A56 Teak

📋 copy color: '#AF8A56'

red 175 ◦ green 138 ◦ blue 86

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

Shades of Teak #AF8A56

Tints of Teak #AF8A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

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

R = 43.86%
G = 34.59%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF8A56 (or 0xAF8A56) is known color: Teak. HEX triplet: AF, 8A and 56. RGB value is (175,138,86). Sum of RGB (Red+Green+Blue) = 175+138+86=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A56 is #5075A9. Grayscale: #8F8F8F. Windows color (decimal): -5273002 or 5671599. OLE color: 5671599.

HSL color Cylindrical-coordinate representation of color #AF8A56: hue angle of 35.06º 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 #AF8A56 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 138 86 -
CMYK 0 0.21 0.51 0.31
HSL 35.06º 0.36% 0.51% -
HSV(B) 35.06º 0.51% 0.69% -
XYZ 28.45 27.96 12.7 -
YUV 143.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 175 138 86 0 0.21 0.51 0.31 35.06 0.36 0.51
Hex AF 8A 56 0 15 33 1F 23 24 33
Octal 257 212 126 0 25 63 37 43 44 63
Binary 10101111 10001010 1010110 0 10101 110011 11111 100011 100100 110011

Color Harmonies of #AF8A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A56

Black with #AF8A56

Text Example


Text Example

White with #AF8A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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