Html Css Color HEX #ADA319 Lucky

📋 copy color: '#ADA319'

red 173 ◦ green 163 ◦ blue 25

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

Shades of Lucky #ADA319

Tints of Lucky #ADA319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.15%

 BLUE value IS 25 (10.16% from 255) = 6.93%

R = 47.92%
G = 45.15%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#ADA319 (or 0xADA319) is known color: Lucky. HEX triplet: AD, A3 and 19. RGB value is (173,163,25). Sum of RGB (Red+Green+Blue) = 173+163+25=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA319 is #525CE6. Grayscale: #969696. Windows color (decimal): -5397735 or 1680301. OLE color: 1680301.

HSL color Cylindrical-coordinate representation of color #ADA319: hue angle of 55.95º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADA319 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 25 -
CMYK 0 0.06 0.86 0.32
HSL 55.95º 0.75% 0.39% -
HSV(B) 55.95º 0.86% 0.68% -
XYZ 30.51 35.15 6.1 -
YUV 150.26 57.31 144.22 -
System Red Green Blue C M Y K H S L
Decimal 173 163 25 0 0.06 0.86 0.32 55.95 0.75 0.39
Hex AD A3 19 0 6 56 20 38 4B 27
Octal 255 243 31 0 6 126 40 70 113 47
Binary 10101101 10100011 11001 0 110 1010110 100000 111000 1001011 100111

Color Harmonies of #ADA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA319

Black with #ADA319

Text Example


Text Example

White with #ADA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA319; }

 p { color: rgb(173,163,25); }

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

background-color css

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

 a { background-color: rgb(173,163,25); }

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

border-color css

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

 span { border-color: rgb(173,163,25); }

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