Html Css Color HEX #AD930E Lucky

📋 copy color: '#AD930E'

red 173 ◦ green 147 ◦ blue 14

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

Shades of Lucky #AD930E

Tints of Lucky #AD930E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.19%

R = 51.8%
G = 44.01%
B = 4.19%

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

#AD930E (or 0xAD930E) is known color: Lucky. HEX triplet: AD, 93 and 0E. RGB value is (173,147,14). Sum of RGB (Red+Green+Blue) = 173+147+14=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD930E is #526CF1. Grayscale: #8C8C8C. Windows color (decimal): -5401842 or 955309. OLE color: 955309.

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

Color convert

RGB 173 147 14 -
CMYK 0 0.15 0.92 0.32
HSL 50.19º 0.85% 0.37% -
HSV(B) 50.19º 0.92% 0.68% -
XYZ 27.75 29.78 4.7 -
YUV 139.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 173 147 14 0 0.15 0.92 0.32 50.19 0.85 0.37
Hex AD 93 E 0 F 5C 20 32 55 25
Octal 255 223 16 0 17 134 40 62 125 45
Binary 10101101 10010011 1110 0 1111 1011100 100000 110010 1010101 100101

Color Harmonies of #AD930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD930E

Black with #AD930E

Text Example


Text Example

White with #AD930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD930E; }

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

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

background-color css

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

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

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

border-color css

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

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

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