#A29C94

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

Shades of Zorba #A29C94

Tints of Zorba #A29C94

Color information

#A29C94 (or 0xA29C94) is unknown color: approx Zorba. HEX triplet: A2, 9C and 94. RGB value is (162,156,148). Sum of RGB (Red+Green+Blue) = 162+156+148=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C94 is #5D636B. Grayscale: #9C9C9C. Windows color (decimal): -6120300 or 9739426. OLE color: 9739426.

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

Color convert

RGB162156148-
CMYK00.040.090.36
HSL34.29º7%60.78%-
HSV(B)34.29º8.64%63.53%-
XYZ32.1333.632.81-
YUV156.88122.99131.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=34.76%
G=33.48%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215614800.040.090.3634.29760.78
HexA29C94049242273d
Octal24223422404114442775
Binary10100010100111001001010001001001100100100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C94; }

 p { color: rgb(162,156,148); }

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

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

 a { background-color: rgb(162,156,148); }

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

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

 span { border-color: rgb(162,156,148); }

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