#A49B92

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

Shades of Zorba #A49B92

Tints of Zorba #A49B92

Color information

#A49B92 (or 0xA49B92) is unknown color: approx Zorba. HEX triplet: A4, 9B and 92. RGB value is (164,155,146). Sum of RGB (Red+Green+Blue) = 164+155+146=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B92 is #5B646D. Grayscale: #9C9C9C. Windows color (decimal): -5989486 or 9608100. OLE color: 9608100.

HSL color Cylindrical-coordinate representation of color #A49B92: hue angle of 30º 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 #A49B92 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB164155146-
CMYK00.050.110.36
HSL30º9%60.78%-
HSV(B)30º10.98%64.31%-
XYZ32.2233.4131.94-
YUV156.67121.98133.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=35.27%
G=33.33%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415514600.050.110.3630960.78
HexA49B9205B241e93d
Octal244233222051344361175
Binary10100100100110111001001001011011100100111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B92; }

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

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

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

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

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

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

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

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