Html Css Color HEX #AD7504 Dark Goldenrod

📋 copy color: '#AD7504'

red 173 ◦ green 117 ◦ blue 4

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

Shades of Dark Goldenrod #AD7504

Tints of Dark Goldenrod #AD7504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 58.84%
G = 39.8%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7504 (or 0xAD7504) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 04. RGB value is (173,117,4). Sum of RGB (Red+Green+Blue) = 173+117+4=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7504 is #528AFB. Grayscale: #797979. Windows color (decimal): -5409532 or 292269. OLE color: 292269.

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

Color convert

RGB 173 117 4 -
CMYK 0 0.32 0.98 0.32
HSL 40.12º 0.95% 0.35% -
HSV(B) 40.12º 0.98% 0.68% -
XYZ 23.62 21.62 3.04 -
YUV 120.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 173 117 4 0 0.32 0.98 0.32 40.12 0.95 0.35
Hex AD 75 4 0 20 62 20 28 5F 23
Octal 255 165 4 0 40 142 40 50 137 43
Binary 10101101 1110101 100 0 100000 1100010 100000 101000 1011111 100011

Color Harmonies of #AD7504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7504

Black with #AD7504

Text Example


Text Example

White with #AD7504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7504; }

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

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

background-color css

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

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

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

border-color css

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

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

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