Html Css Color HEX #A1AA17 Citrus

📋 copy color: '#A1AA17'

red 161 ◦ green 170 ◦ blue 23

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

Shades of Citrus #A1AA17

Tints of Citrus #A1AA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.5%

R = 45.48%
G = 48.02%
B = 6.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#A1AA17 (or 0xA1AA17) is known color: Citrus. HEX triplet: A1, AA and 17. RGB value is (161,170,23). Sum of RGB (Red+Green+Blue) = 161+170+23=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA17 is #5E55E8. Grayscale: #979797. Windows color (decimal): -6182377 or 1551009. OLE color: 1551009.

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

Color convert

RGB 161 170 23 -
CMYK 0.05 0 0.86 0.33
HSL 63.67º 0.76% 0.38% -
HSV(B) 63.67º 0.86% 0.67% -
XYZ 29.23 36.39 6.29 -
YUV 150.55 56.02 135.45 -
System Red Green Blue C M Y K H S L
Decimal 161 170 23 0.05 0 0.86 0.33 63.67 0.76 0.38
Hex A1 AA 17 5 0 56 21 40 4C 26
Octal 241 252 27 5 0 126 41 100 114 46
Binary 10100001 10101010 10111 101 0 1010110 100001 1000000 1001100 100110

Color Harmonies of #A1AA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA17

Black with #A1AA17

Text Example


Text Example

White with #A1AA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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