Html Css Color HEX #AD9007 Dark Goldenrod

📋 copy color: '#AD9007'

red 173 ◦ green 144 ◦ blue 7

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

Shades of Dark Goldenrod #AD9007

Tints of Dark Goldenrod #AD9007

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

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

R = 53.4%
G = 44.44%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD9007 (or 0xAD9007) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 07. RGB value is (173,144,7). Sum of RGB (Red+Green+Blue) = 173+144+7=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9007 is #526FF8. Grayscale: #898989. Windows color (decimal): -5402617 or 495789. OLE color: 495789.

HSL color Cylindrical-coordinate representation of color #AD9007: hue angle of 49.52º 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 #AD9007 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 144 7 -
CMYK 0 0.17 0.96 0.32
HSL 49.52º 0.92% 0.35% -
HSV(B) 49.52º 0.96% 0.68% -
XYZ 27.25 28.85 4.33 -
YUV 137.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 173 144 7 0 0.17 0.96 0.32 49.52 0.92 0.35
Hex AD 90 7 0 11 60 20 32 5C 23
Octal 255 220 7 0 21 140 40 62 134 43
Binary 10101101 10010000 111 0 10001 1100000 100000 110010 1011100 100011

Color Harmonies of #AD9007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9007

Black with #AD9007

Text Example


Text Example

White with #AD9007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9007; }

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

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

background-color css

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

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

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

border-color css

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

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

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