#AB9390

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

Shades of Thatch #AB9390

Tints of Thatch #AB9390

Color information

#AB9390 (or 0xAB9390) is unknown color: approx Thatch. HEX triplet: AB, 93 and 90. RGB value is (171,147,144). Sum of RGB (Red+Green+Blue) = 171+147+144=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9390 is #546C6F. Grayscale: #999999. Windows color (decimal): -5532784 or 9474987. OLE color: 9474987.

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

Color convert

RGB171147144-
CMYK00.140.160.33
HSL6.67º13.85%61.76%-
HSV(B)6.67º15.79%67.06%-
XYZ32.2631.5430.77-
YUV153.83122.45140.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=37.01%
G=31.82%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114714400.140.160.336.6713.8561.76
HexAB93900E10217e3e
Octal253223220016204171676
Binary10101011100100111001000001110100001000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9390; }

 p { color: rgb(171,147,144); }

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

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

 a { background-color: rgb(171,147,144); }

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

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

 span { border-color: rgb(171,147,144); }

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