#A29990

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

Shades of Zorba #A29990

Tints of Zorba #A29990

Color information

#A29990 (or 0xA29990) is unknown color: approx Zorba. HEX triplet: A2, 99 and 90. RGB value is (162,153,144). Sum of RGB (Red+Green+Blue) = 162+153+144=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 162 - color contains mainly: red. Hex color #A29990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29990 is #5D666F. Grayscale: #9A9A9A. Windows color (decimal): -6121072 or 9476514. OLE color: 9476514.

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

Color convert

RGB162153144-
CMYK00.060.110.36
HSL30º8.82%60%-
HSV(B)30º11.11%63.53%-
XYZ31.3332.4831-
YUV154.66121.98133.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=35.29%
G=33.33%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215314400.060.110.36308.8260
HexA2999006B241e93c
Octal242231220061344361174
Binary10100010100110011001000001101011100100111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29990; }

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

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

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

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

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

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

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

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