#A1AA2D

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

Shades of Citron #A1AA2D

Tints of Citron #A1AA2D

Color information

#A1AA2D (or 0xA1AA2D) is unknown color: approx Citron. HEX triplet: A1, AA and 2D. RGB value is (161,170,45). Sum of RGB (Red+Green+Blue) = 161+170+45=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA2D is #5E55D2. Grayscale: #999999. Windows color (decimal): -6182355 or 2992801. OLE color: 2992801.

HSL color Cylindrical-coordinate representation of color #A1AA2D: hue angle of 64.32º 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 #A1AA2D is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB16117045-
CMYK0.0500.740.33
HSL64.32º58.14%42.16%-
HSV(B)64.32º73.53%66.67%-
XYZ29.5536.527.97-
YUV153.0667.02133.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 45 (17.97% from 255) = 11.97%
R=42.82%
G=45.21%
B=11.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170450.0500.740.3364.3258.1442.16
HexA1AA2D504A21403a2a
Octal2412525550112411007252
Binary1010000110101010101101101010010101000011000000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA2D; }

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

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

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

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

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

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

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

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