Html Css Color HEX #A0A619 Lucky

📋 copy color: '#A0A619'

red 160 ◦ green 166 ◦ blue 25

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

Shades of Lucky #A0A619

Tints of Lucky #A0A619

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.29%

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

R = 45.58%
G = 47.29%
B = 7.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A0A619 (or 0xA0A619) is known color: Lucky. HEX triplet: A0, A6 and 19. RGB value is (160,166,25). Sum of RGB (Red+Green+Blue) = 160+166+25=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A619 is #5F59E6. Grayscale: #949494. Windows color (decimal): -6248935 or 1681056. OLE color: 1681056.

HSL color Cylindrical-coordinate representation of color #A0A619: hue angle of 62.55º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0A619 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 25 -
CMYK 0.04 0 0.85 0.35
HSL 62.55º 0.74% 0.37% -
HSV(B) 62.55º 0.85% 0.65% -
XYZ 28.31 34.82 6.15 -
YUV 148.13 58.51 136.46 -
System Red Green Blue C M Y K H S L
Decimal 160 166 25 0.04 0 0.85 0.35 62.55 0.74 0.37
Hex A0 A6 19 4 0 55 23 3F 4A 25
Octal 240 246 31 4 0 125 43 77 112 45
Binary 10100000 10100110 11001 100 0 1010101 100011 111111 1001010 100101

Color Harmonies of #A0A619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A619

Black with #A0A619

Text Example


Text Example

White with #A0A619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A619; }

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

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

background-color css

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

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

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

border-color css

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

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

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