#A0A49A

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

Shades of Delta #A0A49A

Tints of Delta #A0A49A

Color information

#A0A49A (or 0xA0A49A) is unknown color: approx Delta. HEX triplet: A0, A4 and 9A. RGB value is (160,164,154). Sum of RGB (Red+Green+Blue) = 160+164+154=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A49A is #5F5B65. Grayscale: #A1A1A1. Windows color (decimal): -6249318 or 10134688. OLE color: 10134688.

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

Color convert

RGB160164154-
CMYK0.0200.060.36
HSL84º5.21%62.35%-
HSV(B)84º6.1%64.31%-
XYZ33.6136.3635.82-
YUV161.66123.67126.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=33.47%
G=34.31%
B=32.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601641540.0200.060.36845.2162.35
HexA0A49A206245453e
Octal24024423220644124576
Binary1010000010100100100110101001101001001010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A49A; }

 p { color: rgb(160,164,154); }

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

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

 a { background-color: rgb(160,164,154); }

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

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

 span { border-color: rgb(160,164,154); }

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