Html Css Color HEX #A0A518 Lucky

📋 copy color: '#A0A518'

red 160 ◦ green 165 ◦ blue 24

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

Shades of Lucky #A0A518

Tints of Lucky #A0A518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.28%

 BLUE value IS 24 (9.77% from 255) = 6.88%

R = 45.85%
G = 47.28%
B = 6.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A0A518 (or 0xA0A518) is known color: Lucky. HEX triplet: A0, A5 and 18. RGB value is (160,165,24). Sum of RGB (Red+Green+Blue) = 160+165+24=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A518 is #5F5AE7. Grayscale: #939393. Windows color (decimal): -6249192 or 1615264. OLE color: 1615264.

HSL color Cylindrical-coordinate representation of color #A0A518: hue angle of 62.13º degrees, saturation: 0.75, 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 #A0A518 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 24 -
CMYK 0.03 0 0.85 0.35
HSL 62.13º 0.75% 0.37% -
HSV(B) 62.13º 0.85% 0.65% -
XYZ 28.12 34.45 6.03 -
YUV 147.43 58.34 136.96 -
System Red Green Blue C M Y K H S L
Decimal 160 165 24 0.03 0 0.85 0.35 62.13 0.75 0.37
Hex A0 A5 18 3 0 55 23 3E 4B 25
Octal 240 245 30 3 0 125 43 76 113 45
Binary 10100000 10100101 11000 11 0 1010101 100011 111110 1001011 100101

Color Harmonies of #A0A518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A518

Black with #A0A518

Text Example


Text Example

White with #A0A518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A518; }

 p { color: rgb(160,165,24); }

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

background-color css

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

 a { background-color: rgb(160,165,24); }

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

border-color css

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

 span { border-color: rgb(160,165,24); }

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