Html Css Color HEX #AD7500 Dark Goldenrod

📋 copy color: '#AD7500'

red 173 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #AD7500

Tints of Dark Goldenrod #AD7500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.66%
G = 40.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD7500 (or 0xAD7500) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 00. RGB value is (173,117,0). Sum of RGB (Red+Green+Blue) = 173+117+0=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7500 is #528AFF. Grayscale: #787878. Windows color (decimal): -5409536 or 30125. OLE color: 30125.

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

Color convert

RGB 173 117 0 -
CMYK 0 0.32 1 0.32
HSL 40.58º 1% 0.34% -
HSV(B) 40.58º 1% 0.68% -
XYZ 23.59 21.61 2.93 -
YUV 120.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 173 117 0 0 0.32 1 0.32 40.58 1 0.34
Hex AD 75 0 0 20 64 20 29 64 22
Octal 255 165 0 0 40 144 40 51 144 42
Binary 10101101 1110101 0 0 100000 1100100 100000 101001 1100100 100010

Color Harmonies of #AD7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7500

Black with #AD7500

Text Example


Text Example

White with #AD7500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7500; }

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

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

background-color css

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

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

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

border-color css

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

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

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