Html Css Color HEX #A0A412 Lucky

📋 copy color: '#A0A412'

red 160 ◦ green 164 ◦ blue 18

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

Shades of Lucky #A0A412

Tints of Lucky #A0A412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.95%

 BLUE value IS 18 (7.42% from 255) = 5.26%

R = 46.78%
G = 47.95%
B = 5.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A0A412 (or 0xA0A412) is known color: Lucky. HEX triplet: A0, A4 and 12. RGB value is (160,164,18). Sum of RGB (Red+Green+Blue) = 160+164+18=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A412 is #5F5BED. Grayscale: #929292. Windows color (decimal): -6249454 or 1221792. OLE color: 1221792.

HSL color Cylindrical-coordinate representation of color #A0A412: hue angle of 61.64º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0A412 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 164 18 -
CMYK 0.02 0 0.89 0.36
HSL 61.64º 0.8% 0.36% -
HSV(B) 61.64º 0.89% 0.64% -
XYZ 27.88 34.07 5.68 -
YUV 146.16 55.67 137.87 -
System Red Green Blue C M Y K H S L
Decimal 160 164 18 0.02 0 0.89 0.36 61.64 0.8 0.36
Hex A0 A4 12 2 0 59 24 3E 50 24
Octal 240 244 22 2 0 131 44 76 120 44
Binary 10100000 10100100 10010 10 0 1011001 100100 111110 1010000 100100

Color Harmonies of #A0A412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A412

Black with #A0A412

Text Example


Text Example

White with #A0A412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A412; }

 p { color: rgb(160,164,18); }

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

background-color css

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

 a { background-color: rgb(160,164,18); }

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

border-color css

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

 span { border-color: rgb(160,164,18); }

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