#A28F85

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

Shades of Zorba #A28F85

Tints of Zorba #A28F85

Color information

#A28F85 (or 0xA28F85) is unknown color: approx Zorba. HEX triplet: A2, 8F and 85. RGB value is (162,143,133). Sum of RGB (Red+Green+Blue) = 162+143+133=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F85 is #5D707A. Grayscale: #939393. Windows color (decimal): -6123643 or 8753058. OLE color: 8753058.

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

Color convert

RGB162143133-
CMYK00.120.180.36
HSL20.69º13.49%57.84%-
HSV(B)20.69º17.9%63.53%-
XYZ28.9629.0226.27-
YUV147.54119.79138.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 143 (56.25% from 255) = 32.65%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=36.99%
G=32.65%
B=30.37%

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
Decimal16214313300.120.180.3620.6913.4957.84
HexA28F850C122415d3a
Octal2422172050142244251572
Binary1010001010001111100001010110010010100100101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F85; }

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

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

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

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

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

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

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

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