Html Css Color HEX #A0A617 Lucky

📋 copy color: '#A0A617'

red 160 ◦ green 166 ◦ blue 23

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

Shades of Lucky #A0A617

Tints of Lucky #A0A617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.59%

R = 45.85%
G = 47.56%
B = 6.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A0A617 (or 0xA0A617) is known color: Lucky. HEX triplet: A0, A6 and 17. RGB value is (160,166,23). Sum of RGB (Red+Green+Blue) = 160+166+23=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A617 is #5F59E8. Grayscale: #949494. Windows color (decimal): -6248937 or 1549984. OLE color: 1549984.

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

Color convert

RGB 160 166 23 -
CMYK 0.04 0 0.86 0.35
HSL 62.52º 0.76% 0.37% -
HSV(B) 62.52º 0.86% 0.65% -
XYZ 28.29 34.81 6.04 -
YUV 147.9 57.51 136.63 -
System Red Green Blue C M Y K H S L
Decimal 160 166 23 0.04 0 0.86 0.35 62.52 0.76 0.37
Hex A0 A6 17 4 0 56 23 3F 4C 25
Octal 240 246 27 4 0 126 43 77 114 45
Binary 10100000 10100110 10111 100 0 1010110 100011 111111 1001100 100101

Color Harmonies of #A0A617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A617

Black with #A0A617

Text Example


Text Example

White with #A0A617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A617; }

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

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

background-color css

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

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

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

border-color css

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

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

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