#A29B95

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

Shades of Zorba #A29B95

Tints of Zorba #A29B95

Color information

#A29B95 (or 0xA29B95) is unknown color: approx Zorba. HEX triplet: A2, 9B and 95. RGB value is (162,155,149). Sum of RGB (Red+Green+Blue) = 162+155+149=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B95 is #5D646A. Grayscale: #9C9C9C. Windows color (decimal): -6120555 or 9804706. OLE color: 9804706.

HSL color Cylindrical-coordinate representation of color #A29B95: hue angle of 27.69º 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 #A29B95 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB162155149-
CMYK00.040.080.36
HSL27.69º6.53%60.98%-
HSV(B)27.69º8.02%63.53%-
XYZ32.0533.2933.17-
YUV156.41123.82131.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=34.76%
G=33.26%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215514900.040.080.3627.696.5360.98
HexA29B95048241c73d
Octal24223322504104434775
Binary1010001010011011100101010100100010010011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B95; }

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

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

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

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

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

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

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

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