#A19790

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

Shades of Zorba #A19790

Tints of Zorba #A19790

Color information

#A19790 (or 0xA19790) is unknown color: approx Zorba. HEX triplet: A1, 97 and 90. RGB value is (161,151,144). Sum of RGB (Red+Green+Blue) = 161+151+144=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 161 - color contains mainly: red. Hex color #A19790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19790 is #5E686F. Grayscale: #999999. Windows color (decimal): -6187120 or 9476001. OLE color: 9476001.

HSL color Cylindrical-coordinate representation of color #A19790: hue angle of 24.71º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A19790 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB161151144-
CMYK00.060.110.37
HSL24.71º8.29%59.8%-
HSV(B)24.71º10.56%63.14%-
XYZ30.831.7230.89-
YUV153.19122.81133.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 144 (56.64% from 255) = 31.58%
R=35.31%
G=33.11%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115114400.060.110.3724.718.2959.8
HexA1979006B251983c
Octal241227220061345311074
Binary10100001100101111001000001101011100101110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19790; }

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

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

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

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

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

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

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

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