#A0AA2E

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

Shades of Citron #A0AA2E

Tints of Citron #A0AA2E

Color information

#A0AA2E (or 0xA0AA2E) is unknown color: approx Citron. HEX triplet: A0, AA and 2E. RGB value is (160,170,46). Sum of RGB (Red+Green+Blue) = 160+170+46=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA2E is #5F55D1. Grayscale: #999999. Windows color (decimal): -6247890 or 3058336. OLE color: 3058336.

HSL color Cylindrical-coordinate representation of color #A0AA2E: hue angle of 64.84º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0AA2E is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB16017046-
CMYK0.0600.730.33
HSL64.84º57.41%42.35%-
HSV(B)64.84º72.94%66.67%-
XYZ29.3736.428.07-
YUV152.8767.69133.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 46 (18.36% from 255) = 12.23%
R=42.55%
G=45.21%
B=12.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160170460.0600.730.3364.8457.4142.35
HexA0AA2E60492141392a
Octal2402525660111411017152
Binary1010000010101010101110110010010011000011000001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA2E; }

 p { color: rgb(160,170,46); }

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

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

 a { background-color: rgb(160,170,46); }

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

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

 span { border-color: rgb(160,170,46); }

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