#AF8B4F

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

Shades of Teak #AF8B4F

Tints of Teak #AF8B4F

Color information

#AF8B4F (or 0xAF8B4F) is unknown color: approx Teak. HEX triplet: AF, 8B and 4F. RGB value is (175,139,79). Sum of RGB (Red+Green+Blue) = 175+139+79=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B4F is #5074B0. Grayscale: #8F8F8F. Windows color (decimal): -5272753 or 5213103. OLE color: 5213103.

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

Color convert

RGB17513979-
CMYK00.210.550.31
HSL37.5º37.8%49.8%-
HSV(B)37.5º54.86%68.63%-
XYZ28.3228.1411.34-
YUV142.9291.93150.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 79 (31.25% from 255) = 20.10%
R=44.53%
G=35.37%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751397900.210.550.3137.537.849.8
HexAF8B4F015371F262632
Octal2572131170256737464662
Binary1010111110001011100111101010111011111111100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B4F; }

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

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

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

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

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

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

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

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