Html Css Color HEX #AD7604 Dark Goldenrod

📋 copy color: '#AD7604'

red 173 ◦ green 118 ◦ blue 4

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

Shades of Dark Goldenrod #AD7604

Tints of Dark Goldenrod #AD7604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

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

R = 58.64%
G = 40%
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

#AD7604 (or 0xAD7604) is known color: Dark Goldenrod. HEX triplet: AD, 76 and 04. RGB value is (173,118,4). Sum of RGB (Red+Green+Blue) = 173+118+4=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7604 is #5289FB. Grayscale: #797979. Windows color (decimal): -5409276 or 292525. OLE color: 292525.

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

Color convert

RGB 173 118 4 -
CMYK 0 0.32 0.98 0.32
HSL 40.47º 0.95% 0.35% -
HSV(B) 40.47º 0.98% 0.68% -
XYZ 23.73 21.85 3.08 -
YUV 121.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 173 118 4 0 0.32 0.98 0.32 40.47 0.95 0.35
Hex AD 76 4 0 20 62 20 28 5F 23
Octal 255 166 4 0 40 142 40 50 137 43
Binary 10101101 1110110 100 0 100000 1100010 100000 101000 1011111 100011

Color Harmonies of #AD7604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7604

Black with #AD7604

Text Example


Text Example

White with #AD7604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7604; }

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

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

background-color css

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

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

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

border-color css

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

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

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