Html Css Color HEX #ADA61C Lucky

📋 copy color: '#ADA61C'

red 173 ◦ green 166 ◦ blue 28

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

Shades of Lucky #ADA61C

Tints of Lucky #ADA61C

RGB

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

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

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

R = 47.14%
G = 45.23%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#ADA61C (or 0xADA61C) is known color: Lucky. HEX triplet: AD, A6 and 1C. RGB value is (173,166,28). Sum of RGB (Red+Green+Blue) = 173+166+28=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA61C is #5259E3. Grayscale: #989898. Windows color (decimal): -5396964 or 1877677. OLE color: 1877677.

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

Color convert

RGB 173 166 28 -
CMYK 0 0.04 0.84 0.32
HSL 57.1º 0.72% 0.39% -
HSV(B) 57.1º 0.84% 0.68% -
XYZ 31.08 36.24 6.46 -
YUV 152.36 57.82 142.72 -
System Red Green Blue C M Y K H S L
Decimal 173 166 28 0 0.04 0.84 0.32 57.1 0.72 0.39
Hex AD A6 1C 0 4 54 20 39 48 27
Octal 255 246 34 0 4 124 40 71 110 47
Binary 10101101 10100110 11100 0 100 1010100 100000 111001 1001000 100111

Color Harmonies of #ADA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA61C

Black with #ADA61C

Text Example


Text Example

White with #ADA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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