#AF9052

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

Shades of Teak #AF9052

Tints of Teak #AF9052

Color information

#AF9052 (or 0xAF9052) is unknown color: approx Teak. HEX triplet: AF, 90 and 52. RGB value is (175,144,82). Sum of RGB (Red+Green+Blue) = 175+144+82=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9052 is #506FAD. Grayscale: #929292. Windows color (decimal): -5271470 or 5410991. OLE color: 5410991.

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

Color convert

RGB17514482-
CMYK00.180.530.31
HSL40º36.76%50.39%-
HSV(B)40º53.14%68.63%-
XYZ29.1829.6712.17-
YUV146.291.77148.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=43.64%
G=35.91%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751448200.180.530.314036.7650.39
HexAF9052012351F282532
Octal2572201220226537504562
Binary1010111110010000101001001001011010111111101000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9052; }

 p { color: rgb(175,144,82); }

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

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

 a { background-color: rgb(175,144,82); }

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

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

 span { border-color: rgb(175,144,82); }

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