Html Css Color HEX #ADA00C Lucky

📋 copy color: '#ADA00C'

red 173 ◦ green 160 ◦ blue 12

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

Shades of Lucky #ADA00C

Tints of Lucky #ADA00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.38%

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

R = 50.14%
G = 46.38%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#ADA00C (or 0xADA00C) is known color: Lucky. HEX triplet: AD, A0 and 0C. RGB value is (173,160,12). Sum of RGB (Red+Green+Blue) = 173+160+12=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA00C is #525FF3. Grayscale: #939393. Windows color (decimal): -5398516 or 827565. OLE color: 827565.

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

Color convert

RGB 173 160 12 -
CMYK 0 0.08 0.93 0.32
HSL 55.16º 0.87% 0.36% -
HSV(B) 55.16º 0.93% 0.68% -
XYZ 29.87 34.05 5.35 -
YUV 147.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 173 160 12 0 0.08 0.93 0.32 55.16 0.87 0.36
Hex AD A0 C 0 8 5D 20 37 57 24
Octal 255 240 14 0 10 135 40 67 127 44
Binary 10101101 10100000 1100 0 1000 1011101 100000 110111 1010111 100100

Color Harmonies of #ADA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA00C

Black with #ADA00C

Text Example


Text Example

White with #ADA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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