#A1A29F

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

Shades of Delta #A1A29F

Tints of Delta #A1A29F

Color information

#A1A29F (or 0xA1A29F) is unknown color: approx Delta. HEX triplet: A1, A2 and 9F. RGB value is (161,162,159). Sum of RGB (Red+Green+Blue) = 161+162+159=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A29F is #5E5D60. Grayscale: #A1A1A1. Windows color (decimal): -6184289 or 10461857. OLE color: 10461857.

HSL color Cylindrical-coordinate representation of color #A1A29F: hue angle of 80º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A1A29F is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB161162159-
CMYK0.0100.020.36
HSL80º1.59%62.94%-
HSV(B)80º1.85%63.53%-
XYZ33.8835.9237.95-
YUV161.36126.67127.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=33.40%
G=33.61%
B=32.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621590.0100.020.36801.5962.94
HexA1A29F102245023f
Octal24124223710244120277
Binary1010000110100010100111111010100100101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A29F; }

 p { color: rgb(161,162,159); }

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

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

 a { background-color: rgb(161,162,159); }

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

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

 span { border-color: rgb(161,162,159); }

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