Html Css Color HEX #AD7309 Dark Goldenrod

📋 copy color: '#AD7309'

red 173 ◦ green 115 ◦ blue 9

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

Shades of Dark Goldenrod #AD7309

Tints of Dark Goldenrod #AD7309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.72%

 BLUE value IS 9 (3.91% from 255) = 3.03%

R = 58.25%
G = 38.72%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD7309 (or 0xAD7309) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 09. RGB value is (173,115,9). Sum of RGB (Red+Green+Blue) = 173+115+9=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7309 is #528CF6. Grayscale: #787878. Windows color (decimal): -5410039 or 619437. OLE color: 619437.

HSL color Cylindrical-coordinate representation of color #AD7309: hue angle of 38.78º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD7309 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 115 9 -
CMYK 0 0.34 0.95 0.32
HSL 38.78º 0.9% 0.36% -
HSV(B) 38.78º 0.95% 0.68% -
XYZ 23.41 21.17 3.11 -
YUV 120.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 173 115 9 0 0.34 0.95 0.32 38.78 0.9 0.36
Hex AD 73 9 0 22 5F 20 27 5A 24
Octal 255 163 11 0 42 137 40 47 132 44
Binary 10101101 1110011 1001 0 100010 1011111 100000 100111 1011010 100100

Color Harmonies of #AD7309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7309

Black with #AD7309

Text Example


Text Example

White with #AD7309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7309; }

 p { color: rgb(173,115,9); }

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

background-color css

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

 a { background-color: rgb(173,115,9); }

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

border-color css

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

 span { border-color: rgb(173,115,9); }

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