Html Css Color HEX #ADA50C Lucky

📋 copy color: '#ADA50C'

red 173 ◦ green 165 ◦ blue 12

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

Shades of Lucky #ADA50C

Tints of Lucky #ADA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.14%

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 49.43%
G = 47.14%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#ADA50C (or 0xADA50C) is known color: Lucky. HEX triplet: AD, A5 and 0C. RGB value is (173,165,12). Sum of RGB (Red+Green+Blue) = 173+165+12=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA50C is #525AF3. Grayscale: #969696. Windows color (decimal): -5397236 or 828845. OLE color: 828845.

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

Color convert

RGB 173 165 12 -
CMYK 0 0.05 0.93 0.32
HSL 57.02º 0.87% 0.36% -
HSV(B) 57.02º 0.93% 0.68% -
XYZ 30.76 35.82 5.64 -
YUV 149.95 50.15 144.44 -
System Red Green Blue C M Y K H S L
Decimal 173 165 12 0 0.05 0.93 0.32 57.02 0.87 0.36
Hex AD A5 C 0 5 5D 20 39 57 24
Octal 255 245 14 0 5 135 40 71 127 44
Binary 10101101 10100101 1100 0 101 1011101 100000 111001 1010111 100100

Color Harmonies of #ADA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA50C

Black with #ADA50C

Text Example


Text Example

White with #ADA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA50C; }

 p { color: rgb(173,165,12); }

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

background-color css

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

 a { background-color: rgb(173,165,12); }

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

border-color css

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

 span { border-color: rgb(173,165,12); }

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