#a0aa2d

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

Shades of Citron #A0AA2D

Tints of Citron #A0AA2D

Color information

#A0AA2D (or 0xA0AA2D) is unknown color: approx Citron. HEX triplet: A0, AA and 2D. RGB value is (160,170,45). Sum of RGB (Red+Green+Blue) = 160+170+45=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA2D is #5F55D2. Grayscale: #999999. Windows color (decimal): -6247891 or 2992800. OLE color: 2992800.

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

Color convert

RGB16017045-
CMYK0.0600.740.33
HSL64.8º58.14%42.16%-
HSV(B)64.8º73.53%66.67%-
XYZ29.3536.417.96-
YUV152.7667.19133.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 45 (17.97% from 255) = 12%
R=42.67%
G=45.33%
B=12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160170450.0600.740.3364.858.1442.16
HexA0AA2D604A21413a2a
Octal2402525560112411017252
Binary1010000010101010101101110010010101000011000001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0aa2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0aa2d; }

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

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

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

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

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

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

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

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