Html Css Color HEX #ADA013 Lucky

📋 copy color: '#ADA013'

red 173 ◦ green 160 ◦ blue 19

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

Shades of Lucky #ADA013

Tints of Lucky #ADA013

RGB

 RED value IS 173 (67.97% from 255) = 49.15%

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

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

R = 49.15%
G = 45.45%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#ADA013 (or 0xADA013) is known color: Lucky. HEX triplet: AD, A0 and 13. RGB value is (173,160,19). Sum of RGB (Red+Green+Blue) = 173+160+19=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA013 is #525FEC. Grayscale: #949494. Windows color (decimal): -5398509 or 1286317. OLE color: 1286317.

HSL color Cylindrical-coordinate representation of color #ADA013: hue angle of 54.94º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADA013 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 19 -
CMYK 0 0.08 0.89 0.32
HSL 54.94º 0.8% 0.38% -
HSV(B) 54.94º 0.89% 0.68% -
XYZ 29.92 34.07 5.62 -
YUV 147.81 55.31 145.96 -
System Red Green Blue C M Y K H S L
Decimal 173 160 19 0 0.08 0.89 0.32 54.94 0.8 0.38
Hex AD A0 13 0 8 59 20 37 50 26
Octal 255 240 23 0 10 131 40 67 120 46
Binary 10101101 10100000 10011 0 1000 1011001 100000 110111 1010000 100110

Color Harmonies of #ADA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA013

Black with #ADA013

Text Example


Text Example

White with #ADA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA013; }

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

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

background-color css

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

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

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

border-color css

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

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

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