#A28D85

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

Shades of Zorba #A28D85

Tints of Zorba #A28D85

Color information

#A28D85 (or 0xA28D85) is unknown color: approx Zorba. HEX triplet: A2, 8D and 85. RGB value is (162,141,133). Sum of RGB (Red+Green+Blue) = 162+141+133=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28D85 is #5D727A. Grayscale: #929292. Windows color (decimal): -6124155 or 8752546. OLE color: 8752546.

HSL color Cylindrical-coordinate representation of color #A28D85: hue angle of 16.55º 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 #A28D85 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB162141133-
CMYK00.130.180.36
HSL16.55º13.49%57.84%-
HSV(B)16.55º17.9%63.53%-
XYZ28.6628.4226.17-
YUV146.37120.46139.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=37.16%
G=32.34%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214113300.130.180.3616.5513.4957.84
HexA28D850D122411d3a
Octal2422152050152244211572
Binary1010001010001101100001010110110010100100100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D85; }

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

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

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

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

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

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

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

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