Html Css Color HEX #AD9926 Lucky

📋 copy color: '#AD9926'

red 173 ◦ green 153 ◦ blue 38

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

Shades of Lucky #AD9926

Tints of Lucky #AD9926

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

 BLUE value IS 38 (15.23% from 255) = 10.44%

R = 47.53%
G = 42.03%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD9926 (or 0xAD9926) is known color: Lucky. HEX triplet: AD, 99 and 26. RGB value is (173,153,38). Sum of RGB (Red+Green+Blue) = 173+153+38=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9926 is #5266D9. Grayscale: #929292. Windows color (decimal): -5400282 or 2529709. OLE color: 2529709.

HSL color Cylindrical-coordinate representation of color #AD9926: hue angle of 51.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD9926 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 38 -
CMYK 0 0.12 0.78 0.32
HSL 51.11º 0.64% 0.41% -
HSV(B) 51.11º 0.78% 0.68% -
XYZ 28.97 31.81 6.45 -
YUV 145.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 173 153 38 0 0.12 0.78 0.32 51.11 0.64 0.41
Hex AD 99 26 0 C 4E 20 33 40 29
Octal 255 231 46 0 14 116 40 63 100 51
Binary 10101101 10011001 100110 0 1100 1001110 100000 110011 1000000 101001

Color Harmonies of #AD9926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9926

Black with #AD9926

Text Example


Text Example

White with #AD9926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9926; }

 p { color: rgb(173,153,38); }

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

background-color css

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

 a { background-color: rgb(173,153,38); }

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

border-color css

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

 span { border-color: rgb(173,153,38); }

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