#A28E80

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

Shades of Zorba #A28E80

Tints of Zorba #A28E80

Color information

#A28E80 (or 0xA28E80) is unknown color: approx Zorba. HEX triplet: A2, 8E and 80. RGB value is (162,142,128). Sum of RGB (Red+Green+Blue) = 162+142+128=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E80 is #5D717F. Grayscale: #929292. Windows color (decimal): -6123904 or 8425122. OLE color: 8425122.

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

Color convert

RGB162142128-
CMYK00.120.210.36
HSL24.71º15.45%56.86%-
HSV(B)24.71º20.99%63.53%-
XYZ28.4728.5924.44-
YUV146.38117.63139.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=37.5%
G=32.87%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214212800.120.210.3624.7115.4556.86
HexA28E800C152419f39
Octal2422162000142544311771
Binary1010001010001110100000000110010101100100110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E80; }

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

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

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

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

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

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

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

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