#A99E95

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

Shades of Zorba #A99E95

Tints of Zorba #A99E95

Color information

#A99E95 (or 0xA99E95) is unknown color: approx Zorba. HEX triplet: A9, 9E and 95. RGB value is (169,158,149). Sum of RGB (Red+Green+Blue) = 169+158+149=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99E95 is #56616A. Grayscale: #A0A0A0. Windows color (decimal): -5661035 or 9805481. OLE color: 9805481.

HSL color Cylindrical-coordinate representation of color #A99E95: hue angle of 27º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A99E95 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB169158149-
CMYK00.070.120.34
HSL27º10.42%62.35%-
HSV(B)27º11.83%66.27%-
XYZ34.0135.0633.41-
YUV160.26121.64134.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=35.50%
G=33.19%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915814900.070.120.342710.4262.35
HexA99E9507C221ba3e
Octal251236225071442331276
Binary10101001100111101001010101111100100010110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E95; }

 p { color: rgb(169,158,149); }

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

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

 a { background-color: rgb(169,158,149); }

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

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

 span { border-color: rgb(169,158,149); }

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