#A19C99

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

Shades of Zorba #A19C99

Tints of Zorba #A19C99

Color information

#A19C99 (or 0xA19C99) is unknown color: approx Zorba. HEX triplet: A1, 9C and 99. RGB value is (161,156,153). Sum of RGB (Red+Green+Blue) = 161+156+153=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19C99 is #5E6366. Grayscale: #9D9D9D. Windows color (decimal): -6185831 or 10067105. OLE color: 10067105.

HSL color Cylindrical-coordinate representation of color #A19C99: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A19C99 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB161156153-
CMYK00.030.050.37
HSL22.5º4.08%61.57%-
HSV(B)22.5º4.97%63.14%-
XYZ32.3433.6534.93-
YUV157.15125.66130.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=34.26%
G=33.19%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115615300.030.050.3722.54.0861.57
HexA19C99035251743e
Octal2412342310354527476
Binary10100001100111001001100101110110010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C99; }

 p { color: rgb(161,156,153); }

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

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

 a { background-color: rgb(161,156,153); }

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

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

 span { border-color: rgb(161,156,153); }

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