Html Css Color HEX #AD7305 Dark Goldenrod

📋 copy color: '#AD7305'

red 173 ◦ green 115 ◦ blue 5

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

Shades of Dark Goldenrod #AD7305

Tints of Dark Goldenrod #AD7305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 59.04%
G = 39.25%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD7305 (or 0xAD7305) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 05. RGB value is (173,115,5). Sum of RGB (Red+Green+Blue) = 173+115+5=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7305 is #528CFA. Grayscale: #787878. Windows color (decimal): -5410043 or 357293. OLE color: 357293.

HSL color Cylindrical-coordinate representation of color #AD7305: hue angle of 39.29º degrees, saturation: 0.94, 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 #AD7305 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 115 5 -
CMYK 0 0.34 0.97 0.32
HSL 39.29º 0.94% 0.35% -
HSV(B) 39.29º 0.97% 0.68% -
XYZ 23.39 21.16 2.99 -
YUV 119.8 63.22 165.94 -
System Red Green Blue C M Y K H S L
Decimal 173 115 5 0 0.34 0.97 0.32 39.29 0.94 0.35
Hex AD 73 5 0 22 61 20 27 5E 23
Octal 255 163 5 0 42 141 40 47 136 43
Binary 10101101 1110011 101 0 100010 1100001 100000 100111 1011110 100011

Color Harmonies of #AD7305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7305

Black with #AD7305

Text Example


Text Example

White with #AD7305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7305; }

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

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

background-color css

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

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

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

border-color css

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

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

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