Html Css Color HEX #AD941E Lucky

📋 copy color: '#AD941E'

red 173 ◦ green 148 ◦ blue 30

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

Shades of Lucky #AD941E

Tints of Lucky #AD941E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 49.29%
G = 42.17%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD941E (or 0xAD941E) is known color: Lucky. HEX triplet: AD, 94 and 1E. RGB value is (173,148,30). Sum of RGB (Red+Green+Blue) = 173+148+30=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD941E is #526BE1. Grayscale: #8E8E8E. Windows color (decimal): -5401570 or 2004141. OLE color: 2004141.

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

Color convert

RGB 173 148 30 -
CMYK 0 0.14 0.83 0.32
HSL 49.51º 0.7% 0.4% -
HSV(B) 49.51º 0.83% 0.68% -
XYZ 28.06 30.16 5.57 -
YUV 142.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 173 148 30 0 0.14 0.83 0.32 49.51 0.7 0.4
Hex AD 94 1E 0 E 53 20 32 46 28
Octal 255 224 36 0 16 123 40 62 106 50
Binary 10101101 10010100 11110 0 1110 1010011 100000 110010 1000110 101000

Color Harmonies of #AD941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD941E

Black with #AD941E

Text Example


Text Example

White with #AD941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD941E; }

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

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

background-color css

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

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

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

border-color css

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

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

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