#A28C8B

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

Shades of Thatch #A28C8B

Tints of Thatch #A28C8B

Color information

#A28C8B (or 0xA28C8B) is unknown color: approx Thatch. HEX triplet: A2, 8C and 8B. RGB value is (162,140,139). Sum of RGB (Red+Green+Blue) = 162+140+139=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C8B is #5D7374. Grayscale: #929292. Windows color (decimal): -6124405 or 9145506. OLE color: 9145506.

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

Color convert

RGB162140139-
CMYK00.140.140.36
HSL2.61º11%59.02%-
HSV(B)2.61º14.2%63.53%-
XYZ28.9428.328.36-
YUV146.46123.79139.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=36.73%
G=31.75%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214013900.140.140.362.611159.02
HexA28C8B0EE243b3b
Octal242214213016164431373
Binary101000101000110010001011011101110100100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C8B; }

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

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

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

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

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

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

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

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