Html Css Color HEX #A1AA2D Citron

📋 copy color: '#A1AA2D'

red 161 ◦ green 170 ◦ blue 45

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

Shades of Citron #A1AA2D

Tints of Citron #A1AA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 42.82%
G = 45.21%
B = 11.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#A1AA2D (or 0xA1AA2D) is known color: Citron. HEX triplet: A1, AA and 2D. RGB value is (161,170,45). Sum of RGB (Red+Green+Blue) = 161+170+45=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA2D is #5E55D2. Grayscale: #999999. Windows color (decimal): -6182355 or 2992801. OLE color: 2992801.

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

Color convert

RGB 161 170 45 -
CMYK 0.05 0 0.74 0.33
HSL 64.32º 0.58% 0.42% -
HSV(B) 64.32º 0.74% 0.67% -
XYZ 29.55 36.52 7.97 -
YUV 153.06 67.02 133.66 -
System Red Green Blue C M Y K H S L
Decimal 161 170 45 0.05 0 0.74 0.33 64.32 0.58 0.42
Hex A1 AA 2D 5 0 4A 21 40 3A 2A
Octal 241 252 55 5 0 112 41 100 72 52
Binary 10100001 10101010 101101 101 0 1001010 100001 1000000 111010 101010

Color Harmonies of #A1AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AA2D

Black with #A1AA2D

Text Example


Text Example

White with #A1AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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