#AB9692

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

Shades of Thatch #AB9692

Tints of Thatch #AB9692

Color information

#AB9692 (or 0xAB9692) is unknown color: approx Thatch. HEX triplet: AB, 96 and 92. RGB value is (171,150,146). Sum of RGB (Red+Green+Blue) = 171+150+146=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9692 is #54696D. Grayscale: #9B9B9B. Windows color (decimal): -5532014 or 9606827. OLE color: 9606827.

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

Color convert

RGB171150146-
CMYK00.120.150.33
HSL9.6º12.95%62.16%-
HSV(B)9.6º14.62%67.06%-
XYZ32.8932.5531.74-
YUV155.82122.46138.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=36.62%
G=32.12%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115014600.120.150.339.612.9562.16
HexAB96920CF21ad3e
Octal2532262220141741121576
Binary10101011100101101001001001100111110000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9692; }

 p { color: rgb(171,150,146); }

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

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

 a { background-color: rgb(171,150,146); }

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

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

 span { border-color: rgb(171,150,146); }

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