#AF9151

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

Shades of Teak #AF9151

Tints of Teak #AF9151

Color information

#AF9151 (or 0xAF9151) is unknown color: approx Teak. HEX triplet: AF, 91 and 51. RGB value is (175,145,81). Sum of RGB (Red+Green+Blue) = 175+145+81=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9151 is #506EAE. Grayscale: #929292. Windows color (decimal): -5271215 or 5345711. OLE color: 5345711.

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

Color convert

RGB17514581-
CMYK00.170.540.31
HSL40.85º37.01%50.2%-
HSV(B)40.85º53.71%68.63%-
XYZ29.2929.9612.02-
YUV146.6790.94148.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=43.64%
G=36.16%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751458100.170.540.3140.8537.0150.2
HexAF9151011361F292532
Octal2572211210216637514562
Binary1010111110010001101000101000111011011111101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9151; }

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

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

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

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

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

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

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

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