Html Css Color HEX #A1AA10 Citrus

📋 copy color: '#A1AA10'

red 161 ◦ green 170 ◦ blue 16

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

Shades of Citrus #A1AA10

Tints of Citrus #A1AA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 46.4%
G = 48.99%
B = 4.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#A1AA10 (or 0xA1AA10) is known color: Citrus. HEX triplet: A1, AA and 10. RGB value is (161,170,16). Sum of RGB (Red+Green+Blue) = 161+170+16=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA10 is #5E55EF. Grayscale: #969696. Windows color (decimal): -6182384 or 1092257. OLE color: 1092257.

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

Color convert

RGB 161 170 16 -
CMYK 0.05 0 0.91 0.33
HSL 63.51º 0.83% 0.36% -
HSV(B) 63.51º 0.91% 0.67% -
XYZ 29.17 36.36 5.97 -
YUV 149.75 52.52 136.02 -
System Red Green Blue C M Y K H S L
Decimal 161 170 16 0.05 0 0.91 0.33 63.51 0.83 0.36
Hex A1 AA 10 5 0 5B 21 40 53 24
Octal 241 252 20 5 0 133 41 100 123 44
Binary 10100001 10101010 10000 101 0 1011011 100001 1000000 1010011 100100

Color Harmonies of #A1AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA10

Black with #A1AA10

Text Example


Text Example

White with #A1AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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