#A1AA33

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

Shades of Citron #A1AA33

Tints of Citron #A1AA33

Color information

#A1AA33 (or 0xA1AA33) is unknown color: approx Citron. HEX triplet: A1, AA and 33. RGB value is (161,170,51). Sum of RGB (Red+Green+Blue) = 161+170+51=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA33 is #5E55CC. Grayscale: #9A9A9A. Windows color (decimal): -6182349 or 3386017. OLE color: 3386017.

HSL color Cylindrical-coordinate representation of color #A1AA33: hue angle of 64.54º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1AA33 is Cyan = 0.05, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB16117051-
CMYK0.0500.70.33
HSL64.54º53.85%43.33%-
HSV(B)64.54º70%66.67%-
XYZ29.6736.578.63-
YUV153.7470.02133.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 51 (20.31% from 255) = 13.35%
R=42.15%
G=44.50%
B=13.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170510.0500.70.3364.5453.8543.33
HexA1AA3350462141362b
Octal2412526350106411016653
Binary1010000110101010110011101010001101000011000001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA33; }

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

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

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

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

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

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

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

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