#A49083

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

Shades of Zorba #A49083

Tints of Zorba #A49083

Color information

#A49083 (or 0xA49083) is unknown color: approx Zorba. HEX triplet: A4, 90 and 83. RGB value is (164,144,131). Sum of RGB (Red+Green+Blue) = 164+144+131=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A49083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49083 is #5B6F7C. Grayscale: #949494. Windows color (decimal): -5992317 or 8622244. OLE color: 8622244.

HSL color Cylindrical-coordinate representation of color #A49083: hue angle of 23.64º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49083 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB164144131-
CMYK00.120.200.36
HSL23.64º15.35%57.84%-
HSV(B)23.64º20.12%64.31%-
XYZ29.3829.4825.61-
YUV148.5118.13139.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=37.36%
G=32.80%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414413100.120.200.3623.6415.3557.84
HexA490830C142418f3a
Octal2442202030142444301772
Binary1010010010010000100000110110010100100100110001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49083; }

 p { color: rgb(164,144,131); }

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

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

 a { background-color: rgb(164,144,131); }

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

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

 span { border-color: rgb(164,144,131); }

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