#A19893

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

Shades of Zorba #A19893

Tints of Zorba #A19893

Color information

#A19893 (or 0xA19893) is unknown color: approx Zorba. HEX triplet: A1, 98 and 93. RGB value is (161,152,147). Sum of RGB (Red+Green+Blue) = 161+152+147=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 161 - color contains mainly: red. Hex color #A19893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19893 is #5E676C. Grayscale: #9A9A9A. Windows color (decimal): -6186861 or 9672865. OLE color: 9672865.

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

Color convert

RGB161152147-
CMYK00.060.090.37
HSL21.43º6.93%60.39%-
HSV(B)21.43º8.7%63.14%-
XYZ31.1932.1432.16-
YUV154.12123.98132.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=35%
G=33.04%
B=31.96%

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
Decimal16115214700.060.090.3721.436.9360.39
HexA19893069251573c
Octal24123022306114525774
Binary1010000110011000100100110110100110010110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19893; }

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

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

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

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

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

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

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

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