Html Css Color HEX #AD941A Lucky

📋 copy color: '#AD941A'

red 173 ◦ green 148 ◦ blue 26

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

Shades of Lucky #AD941A

Tints of Lucky #AD941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 49.86%
G = 42.65%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD941A (or 0xAD941A) is known color: Lucky. HEX triplet: AD, 94 and 1A. RGB value is (173,148,26). Sum of RGB (Red+Green+Blue) = 173+148+26=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD941A is #526BE5. Grayscale: #8E8E8E. Windows color (decimal): -5401574 or 1741997. OLE color: 1741997.

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

Color convert

RGB 173 148 26 -
CMYK 0 0.14 0.85 0.32
HSL 49.8º 0.74% 0.39% -
HSV(B) 49.8º 0.85% 0.68% -
XYZ 28.01 30.14 5.32 -
YUV 141.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 173 148 26 0 0.14 0.85 0.32 49.8 0.74 0.39
Hex AD 94 1A 0 E 55 20 32 4A 27
Octal 255 224 32 0 16 125 40 62 112 47
Binary 10101101 10010100 11010 0 1110 1010101 100000 110010 1001010 100111

Color Harmonies of #AD941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD941A

Black with #AD941A

Text Example


Text Example

White with #AD941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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