#A49288

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

Shades of Zorba #A49288

Tints of Zorba #A49288

Color information

#A49288 (or 0xA49288) is unknown color: approx Zorba. HEX triplet: A4, 92 and 88. RGB value is (164,146,136). Sum of RGB (Red+Green+Blue) = 164+146+136=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A49288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49288 is #5B6D77. Grayscale: #969696. Windows color (decimal): -5991800 or 8950436. OLE color: 8950436.

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

Color convert

RGB164146136-
CMYK00.110.170.36
HSL21.43º13.33%58.82%-
HSV(B)21.43º17.07%64.31%-
XYZ30.0330.2327.54-
YUV150.24119.96137.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 136 (53.52% from 255) = 30.49%
R=36.77%
G=32.74%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414613600.110.170.3621.4313.3358.82
HexA492880B112415d3b
Octal2442222100132144251573
Binary1010010010010010100010000101110001100100101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49288; }

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

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

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

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

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

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

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

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