#A28E85

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

Shades of Zorba #A28E85

Tints of Zorba #A28E85

Color information

#A28E85 (or 0xA28E85) is unknown color: approx Zorba. HEX triplet: A2, 8E and 85. RGB value is (162,142,133). Sum of RGB (Red+Green+Blue) = 162+142+133=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E85 is #5D717A. Grayscale: #939393. Windows color (decimal): -6123899 or 8752802. OLE color: 8752802.

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

Color convert

RGB162142133-
CMYK00.120.180.36
HSL18.62º13.49%57.84%-
HSV(B)18.62º17.9%63.53%-
XYZ28.8128.7226.22-
YUV146.95120.13138.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=37.07%
G=32.49%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214213300.120.180.3618.6213.4957.84
HexA28E850C122413d3a
Octal2422162050142244231572
Binary1010001010001110100001010110010010100100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E85; }

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

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

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

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

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

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

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

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