#A19892

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

Shades of Zorba #A19892

Tints of Zorba #A19892

Color information

#A19892 (or 0xA19892) is unknown color: approx Zorba. HEX triplet: A1, 98 and 92. RGB value is (161,152,146). Sum of RGB (Red+Green+Blue) = 161+152+146=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A19892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19892 is #5E676D. Grayscale: #9A9A9A. Windows color (decimal): -6186862 or 9607329. OLE color: 9607329.

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

Color convert

RGB161152146-
CMYK00.060.090.37
HSL24º7.39%60.2%-
HSV(B)24º9.32%63.14%-
XYZ31.1132.1131.75-
YUV154.01123.48132.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=35.08%
G=33.12%
B=31.81%

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
Decimal16115214600.060.090.37247.3960.2
HexA19892069251873c
Octal24123022206114530774
Binary1010000110011000100100100110100110010111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19892; }

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

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

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

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

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

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

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

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