#A49993

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

Shades of Zorba #A49993

Tints of Zorba #A49993

Color information

#A49993 (or 0xA49993) is unknown color: approx Zorba. HEX triplet: A4, 99 and 93. RGB value is (164,153,147). Sum of RGB (Red+Green+Blue) = 164+153+147=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49993 is #5B666C. Grayscale: #9B9B9B. Windows color (decimal): -5989997 or 9673124. OLE color: 9673124.

HSL color Cylindrical-coordinate representation of color #A49993: hue angle of 21.18º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A49993 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB164153147-
CMYK00.070.100.36
HSL21.18º8.54%60.98%-
HSV(B)21.18º10.37%64.31%-
XYZ31.9732.7832.25-
YUV155.6123.14133.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=35.34%
G=32.97%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415314700.070.100.3621.188.5460.98
HexA4999307A241593d
Octal244231223071244251175
Binary10100100100110011001001101111010100100101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49993; }

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

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

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

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

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

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

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

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