Html Css Color HEX #AD941C Lucky

📋 copy color: '#AD941C'

red 173 ◦ green 148 ◦ blue 28

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

Shades of Lucky #AD941C

Tints of Lucky #AD941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 49.57%
G = 42.41%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD941C (or 0xAD941C) is known color: Lucky. HEX triplet: AD, 94 and 1C. RGB value is (173,148,28). Sum of RGB (Red+Green+Blue) = 173+148+28=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD941C is #526BE3. Grayscale: #8E8E8E. Windows color (decimal): -5401572 or 1873069. OLE color: 1873069.

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

Color convert

RGB 173 148 28 -
CMYK 0 0.14 0.84 0.32
HSL 49.66º 0.72% 0.39% -
HSV(B) 49.66º 0.84% 0.68% -
XYZ 28.03 30.15 5.44 -
YUV 141.8 63.78 150.26 -
System Red Green Blue C M Y K H S L
Decimal 173 148 28 0 0.14 0.84 0.32 49.66 0.72 0.39
Hex AD 94 1C 0 E 54 20 32 48 27
Octal 255 224 34 0 16 124 40 62 110 47
Binary 10101101 10010100 11100 0 1110 1010100 100000 110010 1001000 100111

Color Harmonies of #AD941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD941C

Black with #AD941C

Text Example


Text Example

White with #AD941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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