Html Css Color HEX #A0AA19 Citrus

📋 copy color: '#A0AA19'

red 160 ◦ green 170 ◦ blue 25

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

Shades of Citrus #A0AA19

Tints of Citrus #A0AA19

RGB

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

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

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

R = 45.07%
G = 47.89%
B = 7.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#A0AA19 (or 0xA0AA19) is known color: Citrus. HEX triplet: A0, AA and 19. RGB value is (160,170,25). Sum of RGB (Red+Green+Blue) = 160+170+25=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA19 is #5F55E6. Grayscale: #979797. Windows color (decimal): -6247911 or 1682080. OLE color: 1682080.

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

Color convert

RGB 160 170 25 -
CMYK 0.06 0 0.85 0.33
HSL 64.14º 0.74% 0.38% -
HSV(B) 64.14º 0.85% 0.67% -
XYZ 29.05 36.29 6.39 -
YUV 150.48 57.19 134.79 -
System Red Green Blue C M Y K H S L
Decimal 160 170 25 0.06 0 0.85 0.33 64.14 0.74 0.38
Hex A0 AA 19 6 0 55 21 40 4A 26
Octal 240 252 31 6 0 125 41 100 112 46
Binary 10100000 10101010 11001 110 0 1010101 100001 1000000 1001010 100110

Color Harmonies of #A0AA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA19

Black with #A0AA19

Text Example


Text Example

White with #A0AA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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