Html Css Color HEX #AD9506 Lucky

📋 copy color: '#AD9506'

red 173 ◦ green 149 ◦ blue 6

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

Shades of Lucky #AD9506

Tints of Lucky #AD9506

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 52.74%
G = 45.43%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9506 (or 0xAD9506) is known color: Lucky. HEX triplet: AD, 95 and 06. RGB value is (173,149,6). Sum of RGB (Red+Green+Blue) = 173+149+6=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9506 is #526AF9. Grayscale: #8C8C8C. Windows color (decimal): -5401338 or 431533. OLE color: 431533.

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

Color convert

RGB 173 149 6 -
CMYK 0 0.14 0.97 0.32
HSL 51.38º 0.93% 0.35% -
HSV(B) 51.38º 0.97% 0.68% -
XYZ 28.01 30.39 4.56 -
YUV 139.87 52.45 151.63 -
System Red Green Blue C M Y K H S L
Decimal 173 149 6 0 0.14 0.97 0.32 51.38 0.93 0.35
Hex AD 95 6 0 E 61 20 33 5D 23
Octal 255 225 6 0 16 141 40 63 135 43
Binary 10101101 10010101 110 0 1110 1100001 100000 110011 1011101 100011

Color Harmonies of #AD9506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9506

Black with #AD9506

Text Example


Text Example

White with #AD9506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9506; }

 p { color: rgb(173,149,6); }

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

background-color css

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

 a { background-color: rgb(173,149,6); }

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

border-color css

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

 span { border-color: rgb(173,149,6); }

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