#A89585

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

Shades of Zorba #A89585

Tints of Zorba #A89585

Color information

#A89585 (or 0xA89585) is unknown color: approx Zorba. HEX triplet: A8, 95 and 85. RGB value is (168,149,133). Sum of RGB (Red+Green+Blue) = 168+149+133=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A89585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89585 is #576A7A. Grayscale: #989898. Windows color (decimal): -5728891 or 8754600. OLE color: 8754600.

HSL color Cylindrical-coordinate representation of color #A89585: hue angle of 27.43º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A89585 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB168149133-
CMYK00.110.210.34
HSL27.43º16.75%59.02%-
HSV(B)27.43º20.83%65.88%-
XYZ31.1331.5126.63-
YUV152.86116.79138.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=37.33%
G=33.11%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814913300.110.210.3427.4316.7559.02
HexA895850B15221b113b
Octal2502252050132542332173
Binary10101000100101011000010101011101011000101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89585; }

 p { color: rgb(168,149,133); }

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

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

 a { background-color: rgb(168,149,133); }

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

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

 span { border-color: rgb(168,149,133); }

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