Html Css Color HEX #AD7505 Dark Goldenrod

📋 copy color: '#AD7505'

red 173 ◦ green 117 ◦ blue 5

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

Shades of Dark Goldenrod #AD7505

Tints of Dark Goldenrod #AD7505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

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

R = 58.64%
G = 39.66%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD7505 (or 0xAD7505) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 05. RGB value is (173,117,5). Sum of RGB (Red+Green+Blue) = 173+117+5=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7505 is #528AFA. Grayscale: #797979. Windows color (decimal): -5409531 or 357805. OLE color: 357805.

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

Color convert

RGB 173 117 5 -
CMYK 0 0.32 0.97 0.32
HSL 40º 0.94% 0.35% -
HSV(B) 40º 0.97% 0.68% -
XYZ 23.62 21.62 3.07 -
YUV 120.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 173 117 5 0 0.32 0.97 0.32 40 0.94 0.35
Hex AD 75 5 0 20 61 20 28 5E 23
Octal 255 165 5 0 40 141 40 50 136 43
Binary 10101101 1110101 101 0 100000 1100001 100000 101000 1011110 100011

Color Harmonies of #AD7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7505

Black with #AD7505

Text Example


Text Example

White with #AD7505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7505; }

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

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

background-color css

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

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

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

border-color css

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

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

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