#A29993

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

Shades of Zorba #A29993

Tints of Zorba #A29993

Color information

#A29993 (or 0xA29993) is unknown color: approx Zorba. HEX triplet: A2, 99 and 93. RGB value is (162,153,147). Sum of RGB (Red+Green+Blue) = 162+153+147=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A29993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29993 is #5D666C. Grayscale: #9B9B9B. Windows color (decimal): -6121069 or 9673122. OLE color: 9673122.

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

Color convert

RGB162153147-
CMYK00.060.090.36
HSL24º7.46%60.59%-
HSV(B)24º9.26%63.53%-
XYZ31.5632.5732.23-
YUV155.01123.48132.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=35.06%
G=33.12%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215314700.060.090.36247.4660.59
HexA29993069241873d
Octal24223122306114430775
Binary1010001010011001100100110110100110010011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29993; }

 p { color: rgb(162,153,147); }

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

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

 a { background-color: rgb(162,153,147); }

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

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

 span { border-color: rgb(162,153,147); }

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