#A59081

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

Shades of Zorba #A59081

Tints of Zorba #A59081

Color information

#A59081 (or 0xA59081) is unknown color: approx Zorba. HEX triplet: A5, 90 and 81. RGB value is (165,144,129). Sum of RGB (Red+Green+Blue) = 165+144+129=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A59081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59081 is #5A6F7E. Grayscale: #949494. Windows color (decimal): -5926783 or 8491173. OLE color: 8491173.

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

Color convert

RGB165144129-
CMYK00.130.220.35
HSL25º16.67%57.65%-
HSV(B)25º21.82%64.71%-
XYZ29.4529.5324.92-
YUV148.57116.96139.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 144 (56.64% from 255) = 32.88%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=37.67%
G=32.88%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514412900.130.220.352516.6757.65
HexA590810D162319113a
Octal2452202010152643312172
Binary10100101100100001000000101101101101000111100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59081; }

 p { color: rgb(165,144,129); }

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

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

 a { background-color: rgb(165,144,129); }

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

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

 span { border-color: rgb(165,144,129); }

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