Html Css Color HEX #A0A013 Lucky

📋 copy color: '#A0A013'

red 160 ◦ green 160 ◦ blue 19

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

Shades of Lucky #A0A013

Tints of Lucky #A0A013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.2%

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 47.2%
G = 47.2%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A0A013 (or 0xA0A013) is known color: Lucky. HEX triplet: A0, A0 and 13. RGB value is (160,160,19). Sum of RGB (Red+Green+Blue) = 160+160+19=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A013 is #5F5FEC. Grayscale: #909090. Windows color (decimal): -6250477 or 1286304. OLE color: 1286304.

HSL color Cylindrical-coordinate representation of color #A0A013: hue angle of 60º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0A013 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 19 -
CMYK 0 0 0.88 0.37
HSL 60º 0.79% 0.35% -
HSV(B) 60º 0.88% 0.63% -
XYZ 27.19 32.66 5.49 -
YUV 143.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 160 160 19 0 0 0.88 0.37 60 0.79 0.35
Hex A0 A0 13 0 0 58 25 3C 4F 23
Octal 240 240 23 0 0 130 45 74 117 43
Binary 10100000 10100000 10011 0 0 1011000 100101 111100 1001111 100011

Color Harmonies of #A0A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A013

Black with #A0A013

Text Example


Text Example

White with #A0A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A013; }

 p { color: rgb(160,160,19); }

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

background-color css

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

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

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

border-color css

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

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

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