#AB918B

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

Shades of Thatch #AB918B

Tints of Thatch #AB918B

Color information

#AB918B (or 0xAB918B) is unknown color: approx Thatch. HEX triplet: AB, 91 and 8B. RGB value is (171,145,139). Sum of RGB (Red+Green+Blue) = 171+145+139=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB918B is #546E74. Grayscale: #989898. Windows color (decimal): -5533301 or 9146795. OLE color: 9146795.

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

Color convert

RGB171145139-
CMYK00.150.190.33
HSL11.25º16%60.78%-
HSV(B)11.25º18.71%67.06%-
XYZ31.5830.7728.7-
YUV152.09120.61141.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=37.58%
G=31.87%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114513900.150.190.3311.251660.78
HexAB918B0F1321b103d
Octal2532212130172341132075
Binary1010101110010001100010110111110011100001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB918B; }

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

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

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

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

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

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

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

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