#A19D99

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

Shades of Zorba #A19D99

Tints of Zorba #A19D99

Color information

#A19D99 (or 0xA19D99) is unknown color: approx Zorba. HEX triplet: A1, 9D and 99. RGB value is (161,157,153). Sum of RGB (Red+Green+Blue) = 161+157+153=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19D99 is #5E6266. Grayscale: #9D9D9D. Windows color (decimal): -6185575 or 10067361. OLE color: 10067361.

HSL color Cylindrical-coordinate representation of color #A19D99: hue angle of 30º 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 #A19D99 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB161157153-
CMYK00.020.050.37
HSL30º4.08%61.57%-
HSV(B)30º4.97%63.14%-
XYZ32.533.9934.98-
YUV157.74125.33130.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=34.18%
G=33.33%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115715300.020.050.37304.0861.57
HexA19D99025251e43e
Octal2412352310254536476
Binary10100001100111011001100101010110010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19D99; }

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

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

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

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

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

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

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

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