#A59993

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

Shades of Zorba #A59993

Tints of Zorba #A59993

Color information

#A59993 (or 0xA59993) is unknown color: approx Zorba. HEX triplet: A5, 99 and 93. RGB value is (165,153,147). Sum of RGB (Red+Green+Blue) = 165+153+147=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 165 - color contains mainly: red. Hex color #A59993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59993 is #5A666C. Grayscale: #9B9B9B. Windows color (decimal): -5924461 or 9673125. OLE color: 9673125.

HSL color Cylindrical-coordinate representation of color #A59993: hue angle of 20º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A59993 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB165153147-
CMYK00.070.110.35
HSL20º9.09%61.18%-
HSV(B)20º10.91%64.71%-
XYZ32.1732.8932.26-
YUV155.9122.98134.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=35.48%
G=32.90%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515314700.070.110.35209.0961.18
HexA5999307B231493d
Octal245231223071343241175
Binary10100101100110011001001101111011100011101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59993; }

 p { color: rgb(165,153,147); }

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

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

 a { background-color: rgb(165,153,147); }

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

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

 span { border-color: rgb(165,153,147); }

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