#AF8F4F

Color #AF8F4F Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #AF8F4F

Tints of Teak #AF8F4F

Color information

#AF8F4F (or 0xAF8F4F) is unknown color: approx Teak. HEX triplet: AF, 8F and 4F. RGB value is (175,143,79). Sum of RGB (Red+Green+Blue) = 175+143+79=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F4F is #5070B0. Grayscale: #919191. Windows color (decimal): -5271729 or 5214127. OLE color: 5214127.

HSL color Cylindrical-coordinate representation of color #AF8F4F: hue angle of 40º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF8F4F is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17514379-
CMYK00.180.550.31
HSL40º37.8%49.8%-
HSV(B)40º54.86%68.63%-
XYZ28.9129.3211.53-
YUV145.2790.6149.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 79 (31.25% from 255) = 19.90%
R=44.08%
G=36.02%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751437900.180.550.314037.849.8
HexAF8F4F012371F282632
Octal2572171170226737504662
Binary1010111110001111100111101001011011111111101000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F4F; }

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

 H1.HeaderClassName
 {
   color: #AF8F4F;
 }
 .AnyTagClassName
 {
   color: #AF8F4F;
 }
</style>
background-color css

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

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

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

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

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

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