#A49A92

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

Shades of Zorba #A49A92

Tints of Zorba #A49A92

Color information

#A49A92 (or 0xA49A92) is unknown color: approx Zorba. HEX triplet: A4, 9A and 92. RGB value is (164,154,146). Sum of RGB (Red+Green+Blue) = 164+154+146=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A92 is #5B656D. Grayscale: #9C9C9C. Windows color (decimal): -5989742 or 9607844. OLE color: 9607844.

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

Color convert

RGB164154146-
CMYK00.060.110.36
HSL26.67º9%60.78%-
HSV(B)26.67º10.98%64.31%-
XYZ32.0533.0831.89-
YUV156.08122.31133.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=35.34%
G=33.19%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415414600.060.110.3626.67960.78
HexA49A9206B241b93d
Octal244232222061344331175
Binary10100100100110101001001001101011100100110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A92; }

 p { color: rgb(164,154,146); }

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

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

 a { background-color: rgb(164,154,146); }

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

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

 span { border-color: rgb(164,154,146); }

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