#A49991

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

Shades of Zorba #A49991

Tints of Zorba #A49991

Color information

#A49991 (or 0xA49991) is unknown color: approx Zorba. HEX triplet: A4, 99 and 91. RGB value is (164,153,145). Sum of RGB (Red+Green+Blue) = 164+153+145=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49991 is #5B666E. Grayscale: #9B9B9B. Windows color (decimal): -5989999 or 9542052. OLE color: 9542052.

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

Color convert

RGB164153145-
CMYK00.070.120.36
HSL25.26º9.45%60.59%-
HSV(B)25.26º11.59%64.31%-
XYZ31.8132.7231.43-
YUV155.38122.14134.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 145 (57.03% from 255) = 31.39%
R=35.50%
G=33.12%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415314500.070.120.3625.269.4560.59
HexA4999107C241993d
Octal244231221071444311175
Binary10100100100110011001000101111100100100110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49991; }

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

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

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

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

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

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

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

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