Html Css Color HEX #ADA41D Lucky

📋 copy color: '#ADA41D'

red 173 ◦ green 164 ◦ blue 29

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

Shades of Lucky #ADA41D

Tints of Lucky #ADA41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.81%

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 47.27%
G = 44.81%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#ADA41D (or 0xADA41D) is known color: Lucky. HEX triplet: AD, A4 and 1D. RGB value is (173,164,29). Sum of RGB (Red+Green+Blue) = 173+164+29=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA41D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA41D is #525BE2. Grayscale: #979797. Windows color (decimal): -5397475 or 1942701. OLE color: 1942701.

HSL color Cylindrical-coordinate representation of color #ADA41D: hue angle of 56.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADA41D is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 29 -
CMYK 0 0.05 0.83 0.32
HSL 56.25º 0.71% 0.4% -
HSV(B) 56.25º 0.83% 0.68% -
XYZ 30.73 35.52 6.4 -
YUV 151.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 173 164 29 0 0.05 0.83 0.32 56.25 0.71 0.4
Hex AD A4 1D 0 5 53 20 38 47 28
Octal 255 244 35 0 5 123 40 70 107 50
Binary 10101101 10100100 11101 0 101 1010011 100000 111000 1000111 101000

Color Harmonies of #ADA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA41D

Black with #ADA41D

Text Example


Text Example

White with #ADA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA41D; }

 p { color: rgb(173,164,29); }

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

background-color css

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

 a { background-color: rgb(173,164,29); }

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

border-color css

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

 span { border-color: rgb(173,164,29); }

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