#A29995

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

Shades of Zorba #A29995

Tints of Zorba #A29995

Color information

#A29995 (or 0xA29995) is unknown color: approx Zorba. HEX triplet: A2, 99 and 95. RGB value is (162,153,149). Sum of RGB (Red+Green+Blue) = 162+153+149=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A29995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29995 is #5D666A. Grayscale: #9B9B9B. Windows color (decimal): -6121067 or 9804194. OLE color: 9804194.

HSL color Cylindrical-coordinate representation of color #A29995: hue angle of 18.46º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A29995 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB162153149-
CMYK00.060.080.36
HSL18.46º6.53%60.98%-
HSV(B)18.46º8.02%63.53%-
XYZ31.7232.6333.06-
YUV155.23124.48132.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=34.91%
G=32.97%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215314900.060.080.3618.466.5360.98
HexA29995068241273d
Octal24223122506104422775
Binary1010001010011001100101010110100010010010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29995; }

 p { color: rgb(162,153,149); }

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

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

 a { background-color: rgb(162,153,149); }

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

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

 span { border-color: rgb(162,153,149); }

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