Html Css Color HEX #AD9107 Dark Goldenrod

📋 copy color: '#AD9107'

red 173 ◦ green 145 ◦ blue 7

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

Shades of Dark Goldenrod #AD9107

Tints of Dark Goldenrod #AD9107

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.62%

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

R = 53.23%
G = 44.62%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD9107 (or 0xAD9107) is known color: Dark Goldenrod. HEX triplet: AD, 91 and 07. RGB value is (173,145,7). Sum of RGB (Red+Green+Blue) = 173+145+7=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9107 is #526EF8. Grayscale: #8A8A8A. Windows color (decimal): -5402361 or 496045. OLE color: 496045.

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

Color convert

RGB 173 145 7 -
CMYK 0 0.16 0.96 0.32
HSL 49.88º 0.92% 0.35% -
HSV(B) 49.88º 0.96% 0.68% -
XYZ 27.4 29.15 4.38 -
YUV 137.64 54.28 153.22 -
System Red Green Blue C M Y K H S L
Decimal 173 145 7 0 0.16 0.96 0.32 49.88 0.92 0.35
Hex AD 91 7 0 10 60 20 32 5C 23
Octal 255 221 7 0 20 140 40 62 134 43
Binary 10101101 10010001 111 0 10000 1100000 100000 110010 1011100 100011

Color Harmonies of #AD9107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9107

Black with #AD9107

Text Example


Text Example

White with #AD9107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9107; }

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

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

background-color css

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

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

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

border-color css

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

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

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