#AB918D

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

Shades of Thatch #AB918D

Tints of Thatch #AB918D

Color information

#AB918D (or 0xAB918D) is unknown color: approx Thatch. HEX triplet: AB, 91 and 8D. RGB value is (171,145,141). Sum of RGB (Red+Green+Blue) = 171+145+141=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB918D is #546E72. Grayscale: #989898. Windows color (decimal): -5533299 or 9277867. OLE color: 9277867.

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

Color convert

RGB171145141-
CMYK00.150.180.33
HSL15.15%61.18%-
HSV(B)17.54%67.06%-
XYZ31.7330.8329.48-
YUV152.32121.61141.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=37.42%
G=31.73%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114514100.150.180.33815.1561.18
HexAB918D0F12218f3d
Octal2532212150172241101775
Binary101010111001000110001101011111001010000110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB918D; }

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

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

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

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

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

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

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

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