Html Css Color HEX #ADA113 Lucky

📋 copy color: '#ADA113'

red 173 ◦ green 161 ◦ blue 19

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

Shades of Lucky #ADA113

Tints of Lucky #ADA113

RGB

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

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

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

R = 49.01%
G = 45.61%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#ADA113 (or 0xADA113) is known color: Lucky. HEX triplet: AD, A1 and 13. RGB value is (173,161,19). Sum of RGB (Red+Green+Blue) = 173+161+19=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA113 is #525EEC. Grayscale: #949494. Windows color (decimal): -5398253 or 1286573. OLE color: 1286573.

HSL color Cylindrical-coordinate representation of color #ADA113: hue angle of 55.32º 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 #ADA113 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 19 -
CMYK 0 0.07 0.89 0.32
HSL 55.32º 0.8% 0.38% -
HSV(B) 55.32º 0.89% 0.68% -
XYZ 30.1 34.42 5.67 -
YUV 148.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 173 161 19 0 0.07 0.89 0.32 55.32 0.8 0.38
Hex AD A1 13 0 7 59 20 37 50 26
Octal 255 241 23 0 7 131 40 67 120 46
Binary 10101101 10100001 10011 0 111 1011001 100000 110111 1010000 100110

Color Harmonies of #ADA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA113

Black with #ADA113

Text Example


Text Example

White with #ADA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA113; }

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

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

background-color css

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

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

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

border-color css

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

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

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