#A28B88

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

Shades of Thatch #A28B88

Tints of Thatch #A28B88

Color information

#A28B88 (or 0xA28B88) is unknown color: approx Thatch. HEX triplet: A2, 8B and 88. RGB value is (162,139,136). Sum of RGB (Red+Green+Blue) = 162+139+136=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28B88 is #5D7477. Grayscale: #919191. Windows color (decimal): -6124664 or 8948642. OLE color: 8948642.

HSL color Cylindrical-coordinate representation of color #A28B88: hue angle of 6.92º 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 #A28B88 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162139136-
CMYK00.140.160.36
HSL6.92º12.26%58.43%-
HSV(B)6.92º16.05%63.53%-
XYZ28.5827.9227.18-
YUV145.53122.62139.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 136 (53.52% from 255) = 31.12%
R=37.07%
G=31.81%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213913600.140.160.366.9212.2658.43
HexA28B880E10247c3a
Octal242213210016204471472
Binary10100010100010111000100001110100001001001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B88; }

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

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

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

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

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

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

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

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