#A28F8A

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

Shades of Thatch #A28F8A

Tints of Thatch #A28F8A

Color information

#A28F8A (or 0xA28F8A) is unknown color: approx Thatch. HEX triplet: A2, 8F and 8A. RGB value is (162,143,138). Sum of RGB (Red+Green+Blue) = 162+143+138=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F8A is #5D7075. Grayscale: #949494. Windows color (decimal): -6123638 or 9080738. OLE color: 9080738.

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

Color convert

RGB162143138-
CMYK00.120.150.36
HSL12.5º11.43%58.82%-
HSV(B)12.5º14.81%63.53%-
XYZ29.3129.1628.13-
YUV148.11122.29137.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=36.57%
G=32.28%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214313800.120.150.3612.511.4358.82
HexA28F8A0CF24db3b
Octal2422172120141744151373
Binary10100010100011111000101001100111110010011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F8A; }

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

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

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

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

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

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

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

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