Html Css Color HEX #A1AA15 Citrus

📋 copy color: '#A1AA15'

red 161 ◦ green 170 ◦ blue 21

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

Shades of Citrus #A1AA15

Tints of Citrus #A1AA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.97%

R = 45.74%
G = 48.3%
B = 5.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#A1AA15 (or 0xA1AA15) is known color: Citrus. HEX triplet: A1, AA and 15. RGB value is (161,170,21). Sum of RGB (Red+Green+Blue) = 161+170+21=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA15 is #5E55EA. Grayscale: #969696. Windows color (decimal): -6182379 or 1419937. OLE color: 1419937.

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

Color convert

RGB 161 170 21 -
CMYK 0.05 0 0.88 0.33
HSL 63.62º 0.78% 0.37% -
HSV(B) 63.62º 0.88% 0.67% -
XYZ 29.21 36.38 6.19 -
YUV 150.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 161 170 21 0.05 0 0.88 0.33 63.62 0.78 0.37
Hex A1 AA 15 5 0 58 21 40 4E 25
Octal 241 252 25 5 0 130 41 100 116 45
Binary 10100001 10101010 10101 101 0 1011000 100001 1000000 1001110 100101

Color Harmonies of #A1AA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA15

Black with #A1AA15

Text Example


Text Example

White with #A1AA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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