#A29D98

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

Shades of Zorba #A29D98

Tints of Zorba #A29D98

Color information

#A29D98 (or 0xA29D98) is unknown color: approx Zorba. HEX triplet: A2, 9D and 98. RGB value is (162,157,152). Sum of RGB (Red+Green+Blue) = 162+157+152=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D98 is #5D6267. Grayscale: #9D9D9D. Windows color (decimal): -6120040 or 10001826. OLE color: 10001826.

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

Color convert

RGB162157152-
CMYK00.030.060.36
HSL30º5.1%61.57%-
HSV(B)30º6.17%63.53%-
XYZ32.6234.0634.56-
YUV157.92124.66130.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=34.39%
G=33.33%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215715200.030.060.36305.161.57
HexA29D98036241e53e
Octal2422352300364436576
Binary10100010100111011001100001111010010011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D98; }

 p { color: rgb(162,157,152); }

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

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

 a { background-color: rgb(162,157,152); }

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

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

 span { border-color: rgb(162,157,152); }

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