Html Css Color HEX #ADA613 Lucky

📋 copy color: '#ADA613'

red 173 ◦ green 166 ◦ blue 19

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

Shades of Lucky #ADA613

Tints of Lucky #ADA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.37%

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

R = 48.32%
G = 46.37%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#ADA613 (or 0xADA613) is known color: Lucky. HEX triplet: AD, A6 and 13. RGB value is (173,166,19). Sum of RGB (Red+Green+Blue) = 173+166+19=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA613 is #5259EC. Grayscale: #979797. Windows color (decimal): -5396973 or 1287853. OLE color: 1287853.

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

Color convert

RGB 173 166 19 -
CMYK 0 0.04 0.89 0.32
HSL 57.27º 0.8% 0.38% -
HSV(B) 57.27º 0.89% 0.68% -
XYZ 30.99 36.2 5.97 -
YUV 151.34 53.32 143.45 -
System Red Green Blue C M Y K H S L
Decimal 173 166 19 0 0.04 0.89 0.32 57.27 0.8 0.38
Hex AD A6 13 0 4 59 20 39 50 26
Octal 255 246 23 0 4 131 40 71 120 46
Binary 10101101 10100110 10011 0 100 1011001 100000 111001 1010000 100110

Color Harmonies of #ADA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA613

Black with #ADA613

Text Example


Text Example

White with #ADA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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