#A0A19E

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

Shades of Delta #A0A19E

Tints of Delta #A0A19E

Color information

#A0A19E (or 0xA0A19E) is unknown color: approx Delta. HEX triplet: A0, A1 and 9E. RGB value is (160,161,158). Sum of RGB (Red+Green+Blue) = 160+161+158=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A19E is #5F5E61. Grayscale: #A0A0A0. Windows color (decimal): -6250082 or 10396064. OLE color: 10396064.

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

Color convert

RGB160161158-
CMYK0.0100.020.37
HSL80º1.57%62.55%-
HSV(B)80º1.86%63.14%-
XYZ33.4135.4337.43-
YUV160.36126.67127.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 158 (62.11% 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.37
SystemRedGreenBlueCMYKHSL
Decimal1601611580.0100.020.37801.5762.55
HexA0A19E102255023f
Octal24024123610245120277
Binary1010000010100001100111101010100101101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A19E; }

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

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

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

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

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

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

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

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