Html Css Color HEX #A0AA22 Citron

📋 copy color: '#A0AA22'

red 160 ◦ green 170 ◦ blue 34

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

Shades of Citron #A0AA22

Tints of Citron #A0AA22

RGB

 RED value IS 160 (62.89% from 255) = 43.96%

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

 BLUE value IS 34 (13.67% from 255) = 9.34%

R = 43.96%
G = 46.7%
B = 9.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#A0AA22 (or 0xA0AA22) is known color: Citron. HEX triplet: A0, AA and 22. RGB value is (160,170,34). Sum of RGB (Red+Green+Blue) = 160+170+34=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA22 is #5F55DD. Grayscale: #989898. Windows color (decimal): -6247902 or 2271904. OLE color: 2271904.

HSL color Cylindrical-coordinate representation of color #A0AA22: hue angle of 64.41º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0AA22 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 34 -
CMYK 0.06 0 0.80 0.33
HSL 64.41º 0.67% 0.4% -
HSV(B) 64.41º 0.8% 0.67% -
XYZ 29.16 36.34 6.99 -
YUV 151.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 160 170 34 0.06 0 0.80 0.33 64.41 0.67 0.4
Hex A0 AA 22 6 0 50 21 40 43 28
Octal 240 252 42 6 0 120 41 100 103 50
Binary 10100000 10101010 100010 110 0 1010000 100001 1000000 1000011 101000

Color Harmonies of #A0AA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA22

Black with #A0AA22

Text Example


Text Example

White with #A0AA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA22; }

 p { color: rgb(160,170,34); }

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

background-color css

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

 a { background-color: rgb(160,170,34); }

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

border-color css

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

 span { border-color: rgb(160,170,34); }

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