#A49B8F

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

Shades of Zorba #A49B8F

Tints of Zorba #A49B8F

Color information

#A49B8F (or 0xA49B8F) is unknown color: approx Zorba. HEX triplet: A4, 9B and 8F. RGB value is (164,155,143). Sum of RGB (Red+Green+Blue) = 164+155+143=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B8F is #5B6470. Grayscale: #9C9C9C. Windows color (decimal): -5989489 or 9411492. OLE color: 9411492.

HSL color Cylindrical-coordinate representation of color #A49B8F: hue angle of 34.29º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A49B8F is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164155143-
CMYK00.050.130.36
HSL34.29º10.34%60.2%-
HSV(B)34.29º12.8%64.31%-
XYZ31.9933.3230.73-
YUV156.32120.48133.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=35.50%
G=33.55%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415514300.050.130.3634.2910.3460.2
HexA49B8F05D2422a3c
Octal244233217051544421274
Binary101001001001101110001111010111011001001000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B8F; }

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

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

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

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

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

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

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

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