Html Css Color HEX #AD980C Lucky

📋 copy color: '#AD980C'

red 173 ◦ green 152 ◦ blue 12

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

Shades of Lucky #AD980C

Tints of Lucky #AD980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

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

R = 51.34%
G = 45.1%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD980C (or 0xAD980C) is known color: Lucky. HEX triplet: AD, 98 and 0C. RGB value is (173,152,12). Sum of RGB (Red+Green+Blue) = 173+152+12=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD980C is #5267F3. Grayscale: #8E8E8E. Windows color (decimal): -5400564 or 825517. OLE color: 825517.

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

Color convert

RGB 173 152 12 -
CMYK 0 0.12 0.93 0.32
HSL 52.17º 0.87% 0.36% -
HSV(B) 52.17º 0.93% 0.68% -
XYZ 28.53 31.37 4.9 -
YUV 142.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 173 152 12 0 0.12 0.93 0.32 52.17 0.87 0.36
Hex AD 98 C 0 C 5D 20 34 57 24
Octal 255 230 14 0 14 135 40 64 127 44
Binary 10101101 10011000 1100 0 1100 1011101 100000 110100 1010111 100100

Color Harmonies of #AD980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD980C

Black with #AD980C

Text Example


Text Example

White with #AD980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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