Html Css Color HEX #A2AA1A Citrus

📋 copy color: '#A2AA1A'

red 162 ◦ green 170 ◦ blue 26

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

Shades of Citrus #A2AA1A

Tints of Citrus #A2AA1A

RGB

 RED value IS 162 (63.67% from 255) = 45.25%

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

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

R = 45.25%
G = 47.49%
B = 7.26%

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

#A2AA1A (or 0xA2AA1A) is known color: Citrus. HEX triplet: A2, AA and 1A. RGB value is (162,170,26). Sum of RGB (Red+Green+Blue) = 162+170+26=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA1A is #5D55E5. Grayscale: #979797. Windows color (decimal): -6116838 or 1747618. OLE color: 1747618.

HSL color Cylindrical-coordinate representation of color #A2AA1A: hue angle of 63.33º 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 #A2AA1A is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 170 26 -
CMYK 0.05 0 0.85 0.33
HSL 63.33º 0.73% 0.38% -
HSV(B) 63.33º 0.85% 0.67% -
XYZ 29.46 36.51 6.47 -
YUV 151.19 57.35 135.71 -
System Red Green Blue C M Y K H S L
Decimal 162 170 26 0.05 0 0.85 0.33 63.33 0.73 0.38
Hex A2 AA 1A 5 0 55 21 3F 49 26
Octal 242 252 32 5 0 125 41 77 111 46
Binary 10100010 10101010 11010 101 0 1010101 100001 111111 1001001 100110

Color Harmonies of #A2AA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA1A

Black with #A2AA1A

Text Example


Text Example

White with #A2AA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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