Html Css Color HEX #AD930A Lucky

📋 copy color: '#AD930A'

red 173 ◦ green 147 ◦ blue 10

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

Shades of Lucky #AD930A

Tints of Lucky #AD930A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 52.42%
G = 44.55%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD930A (or 0xAD930A) is known color: Lucky. HEX triplet: AD, 93 and 0A. RGB value is (173,147,10). Sum of RGB (Red+Green+Blue) = 173+147+10=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD930A is #526CF5. Grayscale: #8B8B8B. Windows color (decimal): -5401846 or 693165. OLE color: 693165.

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

Color convert

RGB 173 147 10 -
CMYK 0 0.15 0.94 0.32
HSL 50.43º 0.89% 0.36% -
HSV(B) 50.43º 0.94% 0.68% -
XYZ 27.72 29.77 4.57 -
YUV 139.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 173 147 10 0 0.15 0.94 0.32 50.43 0.89 0.36
Hex AD 93 A 0 F 5E 20 32 59 24
Octal 255 223 12 0 17 136 40 62 131 44
Binary 10101101 10010011 1010 0 1111 1011110 100000 110010 1011001 100100

Color Harmonies of #AD930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD930A

Black with #AD930A

Text Example


Text Example

White with #AD930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD930A; }

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

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

background-color css

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

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

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

border-color css

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

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

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