#AF9152

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

Shades of Teak #AF9152

Tints of Teak #AF9152

Color information

#AF9152 (or 0xAF9152) is unknown color: approx Teak. HEX triplet: AF, 91 and 52. RGB value is (175,145,82). Sum of RGB (Red+Green+Blue) = 175+145+82=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9152 is #506EAD. Grayscale: #939393. Windows color (decimal): -5271214 or 5411247. OLE color: 5411247.

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

Color convert

RGB17514582-
CMYK00.170.530.31
HSL40.65º36.76%50.39%-
HSV(B)40.65º53.14%68.63%-
XYZ29.3329.9712.22-
YUV146.7991.44148.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 82 (32.42% from 255) = 20.40%
R=43.53%
G=36.07%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751458200.170.530.3140.6536.7650.39
HexAF9152011351F292532
Octal2572211220216537514562
Binary1010111110010001101001001000111010111111101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9152; }

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

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

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

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

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

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

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

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