Html Css Color HEX #AF8F56 Teak

📋 copy color: '#AF8F56'

red 175 ◦ green 143 ◦ blue 86

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

Shades of Teak #AF8F56

Tints of Teak #AF8F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

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

R = 43.32%
G = 35.4%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF8F56 (or 0xAF8F56) is known color: Teak. HEX triplet: AF, 8F and 56. RGB value is (175,143,86). Sum of RGB (Red+Green+Blue) = 175+143+86=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F56 is #5070A9. Grayscale: #929292. Windows color (decimal): -5271722 or 5672879. OLE color: 5672879.

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

Color convert

RGB 175 143 86 -
CMYK 0 0.18 0.51 0.31
HSL 38.43º 0.36% 0.51% -
HSV(B) 38.43º 0.51% 0.69% -
XYZ 29.18 29.43 12.95 -
YUV 146.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 175 143 86 0 0.18 0.51 0.31 38.43 0.36 0.51
Hex AF 8F 56 0 12 33 1F 26 24 33
Octal 257 217 126 0 22 63 37 46 44 63
Binary 10101111 10001111 1010110 0 10010 110011 11111 100110 100100 110011

Color Harmonies of #AF8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F56

Black with #AF8F56

Text Example


Text Example

White with #AF8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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