Html Css Color HEX #A2AA19 Citrus

📋 copy color: '#A2AA19'

red 162 ◦ green 170 ◦ blue 25

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

Shades of Citrus #A2AA19

Tints of Citrus #A2AA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7%

R = 45.38%
G = 47.62%
B = 7%

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

#A2AA19 (or 0xA2AA19) is known color: Citrus. HEX triplet: A2, AA and 19. RGB value is (162,170,25). Sum of RGB (Red+Green+Blue) = 162+170+25=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA19 is #5D55E6. Grayscale: #979797. Windows color (decimal): -6116839 or 1682082. OLE color: 1682082.

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

Color convert

RGB 162 170 25 -
CMYK 0.05 0 0.85 0.33
HSL 63.31º 0.74% 0.38% -
HSV(B) 63.31º 0.85% 0.67% -
XYZ 29.45 36.5 6.41 -
YUV 151.08 56.85 135.79 -
System Red Green Blue C M Y K H S L
Decimal 162 170 25 0.05 0 0.85 0.33 63.31 0.74 0.38
Hex A2 AA 19 5 0 55 21 3F 4A 26
Octal 242 252 31 5 0 125 41 77 112 46
Binary 10100010 10101010 11001 101 0 1010101 100001 111111 1001010 100110

Color Harmonies of #A2AA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA19

Black with #A2AA19

Text Example


Text Example

White with #A2AA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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