Html Css Color HEX #A2AA09 Citrus

📋 copy color: '#A2AA09'

red 162 ◦ green 170 ◦ blue 9

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

Shades of Citrus #A2AA09

Tints of Citrus #A2AA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.64%

R = 47.51%
G = 49.85%
B = 2.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#A2AA09 (or 0xA2AA09) is known color: Citrus. HEX triplet: A2, AA and 09. RGB value is (162,170,9). Sum of RGB (Red+Green+Blue) = 162+170+9=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA09 is #5D55F6. Grayscale: #959595. Windows color (decimal): -6116855 or 633506. OLE color: 633506.

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

Color convert

RGB 162 170 9 -
CMYK 0.05 0 0.95 0.33
HSL 62.98º 0.9% 0.35% -
HSV(B) 62.98º 0.95% 0.67% -
XYZ 29.32 36.45 5.75 -
YUV 149.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 162 170 9 0.05 0 0.95 0.33 62.98 0.9 0.35
Hex A2 AA 9 5 0 5F 21 3F 5A 23
Octal 242 252 11 5 0 137 41 77 132 43
Binary 10100010 10101010 1001 101 0 1011111 100001 111111 1011010 100011

Color Harmonies of #A2AA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AA09

Black with #A2AA09

Text Example


Text Example

White with #A2AA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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