Html Css Color HEX #AD9607 Lucky

📋 copy color: '#AD9607'

red 173 ◦ green 150 ◦ blue 7

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

Shades of Lucky #AD9607

Tints of Lucky #AD9607

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 7 (3.13% from 255) = 2.12%

R = 52.42%
G = 45.45%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD9607 (or 0xAD9607) is known color: Lucky. HEX triplet: AD, 96 and 07. RGB value is (173,150,7). Sum of RGB (Red+Green+Blue) = 173+150+7=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9607 is #5269F8. Grayscale: #8D8D8D. Windows color (decimal): -5401081 or 497325. OLE color: 497325.

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

Color convert

RGB 173 150 7 -
CMYK 0 0.13 0.96 0.32
HSL 51.69º 0.92% 0.35% -
HSV(B) 51.69º 0.96% 0.68% -
XYZ 28.18 30.71 4.64 -
YUV 140.58 52.62 151.13 -
System Red Green Blue C M Y K H S L
Decimal 173 150 7 0 0.13 0.96 0.32 51.69 0.92 0.35
Hex AD 96 7 0 D 60 20 34 5C 23
Octal 255 226 7 0 15 140 40 64 134 43
Binary 10101101 10010110 111 0 1101 1100000 100000 110100 1011100 100011

Color Harmonies of #AD9607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9607

Black with #AD9607

Text Example


Text Example

White with #AD9607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9607; }

 p { color: rgb(173,150,7); }

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

background-color css

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

 a { background-color: rgb(173,150,7); }

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

border-color css

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

 span { border-color: rgb(173,150,7); }

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