#AB855C

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

Shades of Teak #AB855C

Tints of Teak #AB855C

Color information

#AB855C (or 0xAB855C) is unknown color: approx Teak. HEX triplet: AB, 85 and 5C. RGB value is (171,133,92). Sum of RGB (Red+Green+Blue) = 171+133+92=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB855C is #547AA3. Grayscale: #8B8B8B. Windows color (decimal): -5536420 or 6063531. OLE color: 6063531.

HSL color Cylindrical-coordinate representation of color #AB855C: hue angle of 31.14º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB855C is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17113392-
CMYK00.220.460.33
HSL31.14º31.98%51.57%-
HSV(B)31.14º46.2%67.06%-
XYZ27.1126.2113.75-
YUV139.69101.09150.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=43.18%
G=33.59%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711339200.220.460.3331.1431.9851.57
HexAB855C0162E211f2034
Octal2532051340265641374064
Binary1010101110000101101110001011010111010000111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB855C; }

 p { color: rgb(171,133,92); }

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

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

 a { background-color: rgb(171,133,92); }

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

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

 span { border-color: rgb(171,133,92); }

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