#A19288

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

Shades of Zorba #A19288

Tints of Zorba #A19288

Color information

#A19288 (or 0xA19288) is unknown color: approx Zorba. HEX triplet: A1, 92 and 88. RGB value is (161,146,136). Sum of RGB (Red+Green+Blue) = 161+146+136=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A19288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19288 is #5E6D77. Grayscale: #959595. Windows color (decimal): -6188408 or 8950433. OLE color: 8950433.

HSL color Cylindrical-coordinate representation of color #A19288: hue angle of 24º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A19288 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB161146136-
CMYK00.090.160.37
HSL24º11.74%58.24%-
HSV(B)24º15.53%63.14%-
XYZ29.4229.9127.52-
YUV149.34120.47136.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=36.34%
G=32.96%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114613600.090.160.372411.7458.24
HexA1928809102518c3a
Octal2412222100112045301472
Binary1010000110010010100010000100110000100101110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19288; }

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

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

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

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

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

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

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

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