#A1A799

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

Shades of Delta #A1A799

Tints of Delta #A1A799

Color information

#A1A799 (or 0xA1A799) is unknown color: approx Delta. HEX triplet: A1, A7 and 99. RGB value is (161,167,153). Sum of RGB (Red+Green+Blue) = 161+167+153=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A799 is #5E5866. Grayscale: #A3A3A3. Windows color (decimal): -6183015 or 10069921. OLE color: 10069921.

HSL color Cylindrical-coordinate representation of color #A1A799: hue angle of 85.71º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1A799 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB161167153-
CMYK0.0400.080.35
HSL85.71º7.37%62.75%-
HSV(B)85.71º8.38%65.49%-
XYZ34.2737.5135.57-
YUV163.61122.01126.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=33.47%
G=34.72%
B=31.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611671530.0400.080.3585.717.3762.75
HexA1A799408235673f
Octal241247231401043126777
Binary101000011010011110011001100010001000111010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A799; }

 p { color: rgb(161,167,153); }

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

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

 a { background-color: rgb(161,167,153); }

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

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

 span { border-color: rgb(161,167,153); }

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