#A29B97

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

Shades of Zorba #A29B97

Tints of Zorba #A29B97

Color information

#A29B97 (or 0xA29B97) is unknown color: approx Zorba. HEX triplet: A2, 9B and 97. RGB value is (162,155,151). Sum of RGB (Red+Green+Blue) = 162+155+151=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B97 is #5D6468. Grayscale: #9C9C9C. Windows color (decimal): -6120553 or 9935778. OLE color: 9935778.

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

Color convert

RGB162155151-
CMYK00.040.070.36
HSL21.82º5.58%61.37%-
HSV(B)21.82º6.79%63.53%-
XYZ32.2133.3634.02-
YUV156.64124.82131.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=34.62%
G=33.12%
B=32.26%

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
Decimal16215515100.040.070.3621.825.5861.37
HexA29B97047241663d
Octal2422332270474426675
Binary101000101001101110010111010011110010010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B97; }

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

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

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

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

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

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

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

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