#AB845A

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

Shades of Teak #AB845A

Tints of Teak #AB845A

Color information

#AB845A (or 0xAB845A) is unknown color: approx Teak. HEX triplet: AB, 84 and 5A. RGB value is (171,132,90). Sum of RGB (Red+Green+Blue) = 171+132+90=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB845A is #547BA5. Grayscale: #8B8B8B. Windows color (decimal): -5536678 or 5932203. OLE color: 5932203.

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

Color convert

RGB17113290-
CMYK00.230.470.33
HSL31.11º32.53%51.18%-
HSV(B)31.11º47.37%67.06%-
XYZ26.8925.913.25-
YUV138.87100.42150.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=43.51%
G=33.59%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711329000.230.470.3331.1132.5351.18
HexAB845A0172F211f2133
Octal2532041320275741374163
Binary1010101110000100101101001011110111110000111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB845A; }

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

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

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

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

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

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

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

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