Html Css Color HEX #AD930D Lucky

📋 copy color: '#AD930D'

red 173 ◦ green 147 ◦ blue 13

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

Shades of Lucky #AD930D

Tints of Lucky #AD930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

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

R = 51.95%
G = 44.14%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD930D (or 0xAD930D) is known color: Lucky. HEX triplet: AD, 93 and 0D. RGB value is (173,147,13). Sum of RGB (Red+Green+Blue) = 173+147+13=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD930D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD930D is #526CF2. Grayscale: #8C8C8C. Windows color (decimal): -5401843 or 889773. OLE color: 889773.

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

Color convert

RGB 173 147 13 -
CMYK 0 0.15 0.92 0.32
HSL 50.25º 0.86% 0.36% -
HSV(B) 50.25º 0.92% 0.68% -
XYZ 27.74 29.78 4.67 -
YUV 139.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 173 147 13 0 0.15 0.92 0.32 50.25 0.86 0.36
Hex AD 93 D 0 F 5C 20 32 56 24
Octal 255 223 15 0 17 134 40 62 126 44
Binary 10101101 10010011 1101 0 1111 1011100 100000 110010 1010110 100100

Color Harmonies of #AD930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD930D

Black with #AD930D

Text Example


Text Example

White with #AD930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD930D; }

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

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

background-color css

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

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

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

border-color css

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

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

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