#AB948E

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

Shades of Thatch #AB948E

Tints of Thatch #AB948E

Color information

#AB948E (or 0xAB948E) is unknown color: approx Thatch. HEX triplet: AB, 94 and 8E. RGB value is (171,148,142). Sum of RGB (Red+Green+Blue) = 171+148+142=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB948E is #546B71. Grayscale: #9A9A9A. Windows color (decimal): -5532530 or 9344171. OLE color: 9344171.

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

Color convert

RGB171148142-
CMYK00.130.170.33
HSL12.41º14.72%61.37%-
HSV(B)12.41º16.96%67.06%-
XYZ32.2731.7930.03-
YUV154.19121.12139.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=37.09%
G=32.10%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114814200.130.170.3312.4114.7261.37
HexAB948E0D1121cf3d
Octal2532242160152141141775
Binary101010111001010010001110011011000110000111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB948E; }

 p { color: rgb(171,148,142); }

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

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

 a { background-color: rgb(171,148,142); }

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

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

 span { border-color: rgb(171,148,142); }

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