Html Css Color HEX #A1AA1A Citrus

📋 copy color: '#A1AA1A'

red 161 ◦ green 170 ◦ blue 26

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

Shades of Citrus #A1AA1A

Tints of Citrus #A1AA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 45.1%
G = 47.62%
B = 7.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#A1AA1A (or 0xA1AA1A) is known color: Citrus. HEX triplet: A1, AA and 1A. RGB value is (161,170,26). Sum of RGB (Red+Green+Blue) = 161+170+26=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA1A is #5E55E5. Grayscale: #979797. Windows color (decimal): -6182374 or 1747617. OLE color: 1747617.

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

Color convert

RGB 161 170 26 -
CMYK 0.05 0 0.85 0.33
HSL 63.75º 0.73% 0.38% -
HSV(B) 63.75º 0.85% 0.67% -
XYZ 29.26 36.4 6.46 -
YUV 150.89 57.52 135.21 -
System Red Green Blue C M Y K H S L
Decimal 161 170 26 0.05 0 0.85 0.33 63.75 0.73 0.38
Hex A1 AA 1A 5 0 55 21 40 49 26
Octal 241 252 32 5 0 125 41 100 111 46
Binary 10100001 10101010 11010 101 0 1010101 100001 1000000 1001001 100110

Color Harmonies of #A1AA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA1A

Black with #A1AA1A

Text Example


Text Example

White with #A1AA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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