#AB915A

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

Shades of Teak #AB915A

Tints of Teak #AB915A

Color information

#AB915A (or 0xAB915A) is unknown color: approx Teak. HEX triplet: AB, 91 and 5A. RGB value is (171,145,90). Sum of RGB (Red+Green+Blue) = 171+145+90=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB915A is #546EA5. Grayscale: #929292. Windows color (decimal): -5533350 or 5935531. OLE color: 5935531.

HSL color Cylindrical-coordinate representation of color #AB915A: hue angle of 40.74º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB915A is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17114590-
CMYK00.150.470.33
HSL40.74º32.53%51.18%-
HSV(B)40.74º47.37%67.06%-
XYZ28.7729.6513.88-
YUV146.596.11145.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 90 (35.55% from 255) = 22.17%
R=42.12%
G=35.71%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711459000.150.470.3340.7432.5351.18
HexAB915A0F2F21292133
Octal2532211320175741514163
Binary1010101110010001101101001111101111100001101001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB915A; }

 p { color: rgb(171,145,90); }

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

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

 a { background-color: rgb(171,145,90); }

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

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

 span { border-color: rgb(171,145,90); }

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