#A1AA11

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

Shades of Citrus #A1AA11

Tints of Citrus #A1AA11

Color information

#A1AA11 (or 0xA1AA11) is unknown color: approx Citrus. HEX triplet: A1, AA and 11. RGB value is (161,170,17). Sum of RGB (Red+Green+Blue) = 161+170+17=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA11 is #5E55EE. Grayscale: #969696. Windows color (decimal): -6182383 or 1157793. OLE color: 1157793.

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

Color convert

RGB16117017-
CMYK0.0500.90.33
HSL63.53º81.82%36.67%-
HSV(B)63.53º90%66.67%-
XYZ29.1736.376.01-
YUV149.8753.02135.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 17 (7.03% from 255) = 4.89%
R=46.26%
G=48.85%
B=4.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161170170.0500.90.3363.5381.8236.67
HexA1AA11505A21405225
Octal24125221501324110012245
Binary1010000110101010100011010101101010000110000001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA11; }

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

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

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

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

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

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

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

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