#A19793

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

Shades of Zorba #A19793

Tints of Zorba #A19793

Color information

#A19793 (or 0xA19793) is unknown color: approx Zorba. HEX triplet: A1, 97 and 93. RGB value is (161,151,147). Sum of RGB (Red+Green+Blue) = 161+151+147=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A19793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19793 is #5E686C. Grayscale: #999999. Windows color (decimal): -6187117 or 9672609. OLE color: 9672609.

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

Color convert

RGB161151147-
CMYK00.060.090.37
HSL17.14º6.93%60.39%-
HSV(B)17.14º8.7%63.14%-
XYZ31.0331.8232.11-
YUV153.53124.31133.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=35.08%
G=32.90%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115114700.060.090.3717.146.9360.39
HexA19793069251173c
Octal24122722306114521774
Binary1010000110010111100100110110100110010110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19793; }

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

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

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

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

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

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

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

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