#A19081

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

Shades of Zorba #A19081

Tints of Zorba #A19081

Color information

#A19081 (or 0xA19081) is unknown color: approx Zorba. HEX triplet: A1, 90 and 81. RGB value is (161,144,129). Sum of RGB (Red+Green+Blue) = 161+144+129=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A19081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19081 is #5E6F7E. Grayscale: #939393. Windows color (decimal): -6188927 or 8491169. OLE color: 8491169.

HSL color Cylindrical-coordinate representation of color #A19081: hue angle of 28.13º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A19081 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161144129-
CMYK00.110.200.37
HSL28.13º14.55%56.86%-
HSV(B)28.13º19.88%63.14%-
XYZ28.6329.1124.88-
YUV147.37117.63137.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=37.10%
G=33.18%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114412900.110.200.3728.1314.5556.86
HexA190810B14251cf39
Octal2412202010132445341771
Binary1010000110010000100000010101110100100101111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19081; }

 p { color: rgb(161,144,129); }

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

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

 a { background-color: rgb(161,144,129); }

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

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

 span { border-color: rgb(161,144,129); }

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