#A1A39E

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

Shades of Delta #A1A39E

Tints of Delta #A1A39E

Color information

#A1A39E (or 0xA1A39E) is unknown color: approx Delta. HEX triplet: A1, A3 and 9E. RGB value is (161,163,158). Sum of RGB (Red+Green+Blue) = 161+163+158=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A39E is #5E5C61. Grayscale: #A1A1A1. Windows color (decimal): -6184034 or 10396577. OLE color: 10396577.

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

Color convert

RGB161163158-
CMYK0.0100.030.36
HSL84º2.65%62.94%-
HSV(B)84º3.07%63.92%-
XYZ33.9736.2437.55-
YUV161.83125.84127.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=33.40%
G=33.82%
B=32.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611631580.0100.030.36842.6562.94
HexA1A39E103245433f
Octal24124323610344124377
Binary1010000110100011100111101011100100101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A39E; }

 p { color: rgb(161,163,158); }

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

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

 a { background-color: rgb(161,163,158); }

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

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

 span { border-color: rgb(161,163,158); }

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