Html Css Color HEX #A0A514 Lucky

📋 copy color: '#A0A514'

red 160 ◦ green 165 ◦ blue 20

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

Shades of Lucky #A0A514

Tints of Lucky #A0A514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 46.38%
G = 47.83%
B = 5.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A0A514 (or 0xA0A514) is known color: Lucky. HEX triplet: A0, A5 and 14. RGB value is (160,165,20). Sum of RGB (Red+Green+Blue) = 160+165+20=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A514 is #5F5AEB. Grayscale: #939393. Windows color (decimal): -6249196 or 1353120. OLE color: 1353120.

HSL color Cylindrical-coordinate representation of color #A0A514: hue angle of 62.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0A514 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 165 20 -
CMYK 0.03 0 0.88 0.35
HSL 62.07º 0.78% 0.36% -
HSV(B) 62.07º 0.88% 0.65% -
XYZ 28.08 34.43 5.83 -
YUV 146.98 56.34 137.29 -
System Red Green Blue C M Y K H S L
Decimal 160 165 20 0.03 0 0.88 0.35 62.07 0.78 0.36
Hex A0 A5 14 3 0 58 23 3E 4E 24
Octal 240 245 24 3 0 130 43 76 116 44
Binary 10100000 10100101 10100 11 0 1011000 100011 111110 1001110 100100

Color Harmonies of #A0A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A514

Black with #A0A514

Text Example


Text Example

White with #A0A514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A514; }

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

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

background-color css

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

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

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

border-color css

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

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

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