Html Css Color HEX #ADA41C Lucky

📋 copy color: '#ADA41C'

red 173 ◦ green 164 ◦ blue 28

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

Shades of Lucky #ADA41C

Tints of Lucky #ADA41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.67%

R = 47.4%
G = 44.93%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#ADA41C (or 0xADA41C) is known color: Lucky. HEX triplet: AD, A4 and 1C. RGB value is (173,164,28). Sum of RGB (Red+Green+Blue) = 173+164+28=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA41C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA41C is #525BE3. Grayscale: #979797. Windows color (decimal): -5397476 or 1877165. OLE color: 1877165.

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

Color convert

RGB 173 164 28 -
CMYK 0 0.05 0.84 0.32
HSL 56.28º 0.72% 0.39% -
HSV(B) 56.28º 0.84% 0.68% -
XYZ 30.72 35.52 6.34 -
YUV 151.19 58.48 143.56 -
System Red Green Blue C M Y K H S L
Decimal 173 164 28 0 0.05 0.84 0.32 56.28 0.72 0.39
Hex AD A4 1C 0 5 54 20 38 48 27
Octal 255 244 34 0 5 124 40 70 110 47
Binary 10101101 10100100 11100 0 101 1010100 100000 111000 1001000 100111

Color Harmonies of #ADA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA41C

Black with #ADA41C

Text Example


Text Example

White with #ADA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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