Html Css Color HEX #A0A117 Lucky

📋 copy color: '#A0A117'

red 160 ◦ green 161 ◦ blue 23

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

Shades of Lucky #A0A117

Tints of Lucky #A0A117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.8%

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

R = 46.51%
G = 46.8%
B = 6.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A0A117 (or 0xA0A117) is known color: Lucky. HEX triplet: A0, A1 and 17. RGB value is (160,161,23). Sum of RGB (Red+Green+Blue) = 160+161+23=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A117 is #5F5EE8. Grayscale: #919191. Windows color (decimal): -6250217 or 1548704. OLE color: 1548704.

HSL color Cylindrical-coordinate representation of color #A0A117: hue angle of 60.43º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0A117 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 161 23 -
CMYK 0.01 0 0.86 0.37
HSL 60.43º 0.75% 0.36% -
HSV(B) 60.43º 0.86% 0.63% -
XYZ 27.4 33.03 5.74 -
YUV 144.97 59.17 138.72 -
System Red Green Blue C M Y K H S L
Decimal 160 161 23 0.01 0 0.86 0.37 60.43 0.75 0.36
Hex A0 A1 17 1 0 56 25 3C 4B 24
Octal 240 241 27 1 0 126 45 74 113 44
Binary 10100000 10100001 10111 1 0 1010110 100101 111100 1001011 100100

Color Harmonies of #A0A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A117

Black with #A0A117

Text Example


Text Example

White with #A0A117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A117; }

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

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

background-color css

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

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

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

border-color css

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

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

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