#AB915B

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

Shades of Teak #AB915B

Tints of Teak #AB915B

Color information

#AB915B (or 0xAB915B) is unknown color: approx Teak. HEX triplet: AB, 91 and 5B. RGB value is (171,145,91). Sum of RGB (Red+Green+Blue) = 171+145+91=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB915B is #546EA4. Grayscale: #929292. Windows color (decimal): -5533349 or 6001067. OLE color: 6001067.

HSL color Cylindrical-coordinate representation of color #AB915B: hue angle of 40.5º degrees, saturation: 0.32, 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 #AB915B is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17114591-
CMYK00.150.470.33
HSL40.5º32.26%51.37%-
HSV(B)40.5º46.78%67.06%-
XYZ28.8129.6614.1-
YUV146.6296.61145.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=42.01%
G=35.63%
B=22.36%

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
Decimal1711459100.150.470.3340.532.2651.37
HexAB915B0F2F21292033
Octal2532211330175741514063
Binary1010101110010001101101101111101111100001101001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB915B; }

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

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

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

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

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

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

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

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