#A59083

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

Shades of Zorba #A59083

Tints of Zorba #A59083

Color information

#A59083 (or 0xA59083) is unknown color: approx Zorba. HEX triplet: A5, 90 and 83. RGB value is (165,144,131). Sum of RGB (Red+Green+Blue) = 165+144+131=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A59083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59083 is #5A6F7C. Grayscale: #949494. Windows color (decimal): -5926781 or 8622245. OLE color: 8622245.

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

Color convert

RGB165144131-
CMYK00.130.210.35
HSL22.94º15.89%58.04%-
HSV(B)22.94º20.61%64.71%-
XYZ29.5929.5825.62-
YUV148.8117.96139.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=37.5%
G=32.73%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514413100.130.210.3522.9415.8958.04
HexA590830D152317103a
Octal2452202030152543272072
Binary10100101100100001000001101101101011000111011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59083; }

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

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

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

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

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

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

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

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