Html Css Color HEX #ADA10C Lucky

📋 copy color: '#ADA10C'

red 173 ◦ green 161 ◦ blue 12

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

Shades of Lucky #ADA10C

Tints of Lucky #ADA10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.53%

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

R = 50%
G = 46.53%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#ADA10C (or 0xADA10C) is known color: Lucky. HEX triplet: AD, A1 and 0C. RGB value is (173,161,12). Sum of RGB (Red+Green+Blue) = 173+161+12=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA10C is #525EF3. Grayscale: #949494. Windows color (decimal): -5398260 or 827821. OLE color: 827821.

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

Color convert

RGB 173 161 12 -
CMYK 0 0.07 0.93 0.32
HSL 55.53º 0.87% 0.36% -
HSV(B) 55.53º 0.93% 0.68% -
XYZ 30.04 34.4 5.4 -
YUV 147.6 51.48 146.12 -
System Red Green Blue C M Y K H S L
Decimal 173 161 12 0 0.07 0.93 0.32 55.53 0.87 0.36
Hex AD A1 C 0 7 5D 20 38 57 24
Octal 255 241 14 0 7 135 40 70 127 44
Binary 10101101 10100001 1100 0 111 1011101 100000 111000 1010111 100100

Color Harmonies of #ADA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA10C

Black with #ADA10C

Text Example


Text Example

White with #ADA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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