Html Css Color HEX #AD940D Lucky

📋 copy color: '#AD940D'

red 173 ◦ green 148 ◦ blue 13

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

Shades of Lucky #AD940D

Tints of Lucky #AD940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 51.8%
G = 44.31%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD940D (or 0xAD940D) is known color: Lucky. HEX triplet: AD, 94 and 0D. RGB value is (173,148,13). Sum of RGB (Red+Green+Blue) = 173+148+13=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD940D is #526BF2. Grayscale: #8C8C8C. Windows color (decimal): -5401587 or 890029. OLE color: 890029.

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

Color convert

RGB 173 148 13 -
CMYK 0 0.14 0.92 0.32
HSL 50.63º 0.86% 0.36% -
HSV(B) 50.63º 0.92% 0.68% -
XYZ 27.9 30.09 4.72 -
YUV 140.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 173 148 13 0 0.14 0.92 0.32 50.63 0.86 0.36
Hex AD 94 D 0 E 5C 20 33 56 24
Octal 255 224 15 0 16 134 40 63 126 44
Binary 10101101 10010100 1101 0 1110 1011100 100000 110011 1010110 100100

Color Harmonies of #AD940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD940D

Black with #AD940D

Text Example


Text Example

White with #AD940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD940D; }

 p { color: rgb(173,148,13); }

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

background-color css

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

 a { background-color: rgb(173,148,13); }

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

border-color css

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

 span { border-color: rgb(173,148,13); }

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