Html Css Color HEX #A0AA1F Citron

📋 copy color: '#A0AA1F'

red 160 ◦ green 170 ◦ blue 31

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

Shades of Citron #A0AA1F

Tints of Citron #A0AA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.59%

R = 44.32%
G = 47.09%
B = 8.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#A0AA1F (or 0xA0AA1F) is known color: Citron. HEX triplet: A0, AA and 1F. RGB value is (160,170,31). Sum of RGB (Red+Green+Blue) = 160+170+31=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA1F is #5F55E0. Grayscale: #979797. Windows color (decimal): -6247905 or 2075296. OLE color: 2075296.

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

Color convert

RGB 160 170 31 -
CMYK 0.06 0 0.82 0.33
HSL 64.32º 0.69% 0.39% -
HSV(B) 64.32º 0.82% 0.67% -
XYZ 29.12 36.32 6.77 -
YUV 151.16 60.19 134.3 -
System Red Green Blue C M Y K H S L
Decimal 160 170 31 0.06 0 0.82 0.33 64.32 0.69 0.39
Hex A0 AA 1F 6 0 52 21 40 45 27
Octal 240 252 37 6 0 122 41 100 105 47
Binary 10100000 10101010 11111 110 0 1010010 100001 1000000 1000101 100111

Color Harmonies of #A0AA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA1F

Black with #A0AA1F

Text Example


Text Example

White with #A0AA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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