#A28E83

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

Shades of Zorba #A28E83

Tints of Zorba #A28E83

Color information

#A28E83 (or 0xA28E83) is unknown color: approx Zorba. HEX triplet: A2, 8E and 83. RGB value is (162,142,131). Sum of RGB (Red+Green+Blue) = 162+142+131=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28E83 is #5D717C. Grayscale: #929292. Windows color (decimal): -6123901 or 8621730. OLE color: 8621730.

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

Color convert

RGB162142131-
CMYK00.120.190.36
HSL21.29º14.29%57.45%-
HSV(B)21.29º19.14%63.53%-
XYZ28.6728.6725.49-
YUV146.73119.13138.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 131 (51.56% from 255) = 30.11%
R=37.24%
G=32.64%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214213100.120.190.3621.2914.2957.45
HexA28E830C132415e39
Octal2422162030142344251671
Binary1010001010001110100000110110010011100100101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E83; }

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

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

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

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

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

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

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

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