#A28D83

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

Shades of Zorba #A28D83

Tints of Zorba #A28D83

Color information

#A28D83 (or 0xA28D83) is unknown color: approx Zorba. HEX triplet: A2, 8D and 83. RGB value is (162,141,131). Sum of RGB (Red+Green+Blue) = 162+141+131=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28D83 is #5D727C. Grayscale: #929292. Windows color (decimal): -6124157 or 8621474. OLE color: 8621474.

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

Color convert

RGB162141131-
CMYK00.130.190.36
HSL19.35º14.29%57.45%-
HSV(B)19.35º19.14%63.53%-
XYZ28.5228.3725.45-
YUV146.14119.46139.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=37.33%
G=32.49%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214113100.130.190.3619.3514.2957.45
HexA28D830D132413e39
Octal2422152030152344231671
Binary1010001010001101100000110110110011100100100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D83; }

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

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

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

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

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

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

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

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