#A29B96

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

Shades of Zorba #A29B96

Tints of Zorba #A29B96

Color information

#A29B96 (or 0xA29B96) is unknown color: approx Zorba. HEX triplet: A2, 9B and 96. RGB value is (162,155,150). Sum of RGB (Red+Green+Blue) = 162+155+150=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B96 is #5D6469. Grayscale: #9C9C9C. Windows color (decimal): -6120554 or 9870242. OLE color: 9870242.

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

Color convert

RGB162155150-
CMYK00.040.070.36
HSL25º6.06%61.18%-
HSV(B)25º7.41%63.53%-
XYZ32.1333.3333.59-
YUV156.52124.32131.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=34.69%
G=33.19%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215515000.040.070.36256.0661.18
HexA29B96047241963d
Octal2422332260474431675
Binary101000101001101110010110010011110010011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B96; }

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

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

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

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

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

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

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

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