#A59184

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

Shades of Zorba #A59184

Tints of Zorba #A59184

Color information

#A59184 (or 0xA59184) is unknown color: approx Zorba. HEX triplet: A5, 91 and 84. RGB value is (165,145,132). Sum of RGB (Red+Green+Blue) = 165+145+132=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A59184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59184 is #5A6E7B. Grayscale: #959595. Windows color (decimal): -5926524 or 8688037. OLE color: 8688037.

HSL color Cylindrical-coordinate representation of color #A59184: hue angle of 23.64º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A59184 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB165145132-
CMYK00.120.200.35
HSL23.64º15.49%58.24%-
HSV(B)23.64º20%64.71%-
XYZ29.8129.9226.03-
YUV149.5118.13139.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=37.33%
G=32.81%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514513200.120.200.3523.6415.4958.24
HexA591840C142318f3a
Octal2452212040142443301772
Binary1010010110010001100001000110010100100011110001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59184; }

 p { color: rgb(165,145,132); }

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

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

 a { background-color: rgb(165,145,132); }

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

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

 span { border-color: rgb(165,145,132); }

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