#A28E87

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

Shades of Zorba #A28E87

Tints of Zorba #A28E87

Color information

#A28E87 (or 0xA28E87) is unknown color: approx Zorba. HEX triplet: A2, 8E and 87. RGB value is (162,142,135). Sum of RGB (Red+Green+Blue) = 162+142+135=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E87 is #5D7178. Grayscale: #939393. Windows color (decimal): -6123897 or 8883874. OLE color: 8883874.

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

Color convert

RGB162142135-
CMYK00.120.170.36
HSL15.56º12.68%58.24%-
HSV(B)15.56º16.67%63.53%-
XYZ28.9528.7826.95-
YUV147.18121.13138.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=36.90%
G=32.35%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214213500.120.170.3615.5612.6858.24
HexA28E870C112410d3a
Octal2422162070142144201572
Binary1010001010001110100001110110010001100100100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E87; }

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

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

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

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

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

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

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

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