#A49383

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

Shades of Zorba #A49383

Tints of Zorba #A49383

Color information

#A49383 (or 0xA49383) is unknown color: approx Zorba. HEX triplet: A4, 93 and 83. RGB value is (164,147,131). Sum of RGB (Red+Green+Blue) = 164+147+131=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A49383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49383 is #5B6C7C. Grayscale: #969696. Windows color (decimal): -5991549 or 8623012. OLE color: 8623012.

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

Color convert

RGB164147131-
CMYK00.100.200.36
HSL29.09º15.35%57.84%-
HSV(B)29.09º20.12%64.31%-
XYZ29.8430.425.77-
YUV150.26117.13137.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 131 (51.56% from 255) = 29.64%
R=37.10%
G=33.26%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414713100.100.200.3629.0915.3557.84
HexA493830A14241df3a
Octal2442232030122444351772
Binary1010010010010011100000110101010100100100111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49383; }

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

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

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

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

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

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

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

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