#A1AA02

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

Shades of Citrus #A1AA02

Tints of Citrus #A1AA02

Color information

#A1AA02 (or 0xA1AA02) is unknown color: approx Citrus. HEX triplet: A1, AA and 02. RGB value is (161,170,2). Sum of RGB (Red+Green+Blue) = 161+170+2=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA02 is #5E55FD. Grayscale: #949494. Windows color (decimal): -6182398 or 174753. OLE color: 174753.

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

Color convert

RGB1611702-
CMYK0.0500.990.33
HSL63.21º97.67%33.73%-
HSV(B)63.21º98.82%66.67%-
XYZ29.0836.335.54-
YUV148.1645.52137.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=48.35%
G=51.05%
B=0.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16117020.0500.990.3363.2197.6733.73
HexA1AA25063213f6222
Octal241252250143417714242
Binary101000011010101010101011000111000011111111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AA02; }

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

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

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

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

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

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

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

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