#A19792

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

Shades of Zorba #A19792

Tints of Zorba #A19792

Color information

#A19792 (or 0xA19792) is unknown color: approx Zorba. HEX triplet: A1, 97 and 92. RGB value is (161,151,146). Sum of RGB (Red+Green+Blue) = 161+151+146=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 161 - color contains mainly: red. Hex color #A19792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19792 is #5E686D. Grayscale: #999999. Windows color (decimal): -6187118 or 9607073. OLE color: 9607073.

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

Color convert

RGB161151146-
CMYK00.060.090.37
HSL20º7.39%60.2%-
HSV(B)20º9.32%63.14%-
XYZ30.9531.7931.7-
YUV153.42123.81133.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 146 (57.42% from 255) = 31.88%
R=35.15%
G=32.97%
B=31.88%

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
Decimal16115114600.060.090.37207.3960.2
HexA19792069251473c
Octal24122722206114524774
Binary1010000110010111100100100110100110010110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19792; }

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

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

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

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

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

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

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

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