Html Css Color HEX #A1AA16 Citrus

📋 copy color: '#A1AA16'

red 161 ◦ green 170 ◦ blue 22

#A1AA16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #A1AA16

Tints of Citrus #A1AA16

RGB

 RED value IS 161 (63.28% from 255) = 45.61%

 GREEN value IS 170 (66.8% from 255) = 48.16%

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 45.61%
G = 48.16%
B = 6.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#A1AA16 (or 0xA1AA16) is known color: Citrus. HEX triplet: A1, AA and 16. RGB value is (161,170,22). Sum of RGB (Red+Green+Blue) = 161+170+22=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA16 is #5E55E9. Grayscale: #979797. Windows color (decimal): -6182378 or 1485473. OLE color: 1485473.

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

Color convert

RGB 161 170 22 -
CMYK 0.05 0 0.87 0.33
HSL 63.65º 0.77% 0.38% -
HSV(B) 63.65º 0.87% 0.67% -
XYZ 29.22 36.38 6.24 -
YUV 150.44 55.52 135.53 -
System Red Green Blue C M Y K H S L
Decimal 161 170 22 0.05 0 0.87 0.33 63.65 0.77 0.38
Hex A1 AA 16 5 0 57 21 40 4D 26
Octal 241 252 26 5 0 127 41 100 115 46
Binary 10100001 10101010 10110 101 0 1010111 100001 1000000 1001101 100110

Color Harmonies of #A1AA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA16

Black with #A1AA16

Text Example


Text Example

White with #A1AA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA16; }

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

 H1.HeaderClassName
 {
   color: #A1AA16;
 }
 .AnyTagClassName
 {
   color: #A1AA16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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