#A29587

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

Shades of Zorba #A29587

Tints of Zorba #A29587

Color information

#A29587 (or 0xA29587) is unknown color: approx Zorba. HEX triplet: A2, 95 and 87. RGB value is (162,149,135). Sum of RGB (Red+Green+Blue) = 162+149+135=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29587 is #5D6A78. Grayscale: #979797. Windows color (decimal): -6122105 or 8885666. OLE color: 8885666.

HSL color Cylindrical-coordinate representation of color #A29587: hue angle of 31.11º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A29587 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB162149135-
CMYK00.080.170.36
HSL31.11º12.68%58.24%-
HSV(B)31.11º16.67%63.53%-
XYZ30.0230.9327.31-
YUV151.29118.81135.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 135 (53.12% from 255) = 30.27%
R=36.32%
G=33.41%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214913500.080.170.3631.1112.6858.24
HexA295870811241fd3a
Octal2422252070102144371572
Binary1010001010010101100001110100010001100100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29587; }

 p { color: rgb(162,149,135); }

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

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

 a { background-color: rgb(162,149,135); }

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

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

 span { border-color: rgb(162,149,135); }

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