#A28E88

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

Shades of Thatch #A28E88

Tints of Thatch #A28E88

Color information

#A28E88 (or 0xA28E88) is unknown color: approx Thatch. HEX triplet: A2, 8E and 88. RGB value is (162,142,136). Sum of RGB (Red+Green+Blue) = 162+142+136=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E88 is #5D7177. Grayscale: #939393. Windows color (decimal): -6123896 or 8949410. OLE color: 8949410.

HSL color Cylindrical-coordinate representation of color #A28E88: hue angle of 13.85º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A28E88 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162142136-
CMYK00.120.160.36
HSL13.85º12.26%58.43%-
HSV(B)13.85º16.05%63.53%-
XYZ29.0228.827.32-
YUV147.3121.63138.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=36.82%
G=32.27%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214213600.120.160.3613.8512.2658.43
HexA28E880C1024ec3a
Octal2422162100142044161472
Binary101000101000111010001000011001000010010011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E88; }

 p { color: rgb(162,142,136); }

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

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

 a { background-color: rgb(162,142,136); }

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

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

 span { border-color: rgb(162,142,136); }

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