#A29991

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

Shades of Zorba #A29991

Tints of Zorba #A29991

Color information

#A29991 (or 0xA29991) is unknown color: approx Zorba. HEX triplet: A2, 99 and 91. RGB value is (162,153,145). Sum of RGB (Red+Green+Blue) = 162+153+145=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 162 - color contains mainly: red. Hex color #A29991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29991 is #5D666E. Grayscale: #9A9A9A. Windows color (decimal): -6121071 or 9542050. OLE color: 9542050.

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

Color convert

RGB162153145-
CMYK00.060.100.36
HSL28.24º8.37%60.2%-
HSV(B)28.24º10.49%63.53%-
XYZ31.432.5131.41-
YUV154.78122.48133.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.22%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=35.22%
G=33.26%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215314500.060.100.3628.248.3760.2
HexA2999106A241c83c
Octal242231221061244341074
Binary10100010100110011001000101101010100100111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29991; }

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

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

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

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

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

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

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

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