#A28F8E

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

Shades of Thatch #A28F8E

Tints of Thatch #A28F8E

Color information

#A28F8E (or 0xA28F8E) is unknown color: approx Thatch. HEX triplet: A2, 8F and 8E. RGB value is (162,143,142). Sum of RGB (Red+Green+Blue) = 162+143+142=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F8E is #5D7071. Grayscale: #949494. Windows color (decimal): -6123634 or 9342882. OLE color: 9342882.

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

Color convert

RGB162143142-
CMYK00.120.120.36
HSL9.71%59.61%-
HSV(B)12.35%63.53%-
XYZ29.6129.2829.68-
YUV148.57124.29137.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=36.24%
G=31.99%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214314200.120.120.3639.7159.61
HexA28F8E0CC243a3c
Octal242217216014144431274
Binary101000101000111110001110011001100100100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F8E; }

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

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

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

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

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

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

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

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