Html Css Color HEX #AD8604 Dark Goldenrod

📋 copy color: '#AD8604'

red 173 ◦ green 134 ◦ blue 4

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

Shades of Dark Goldenrod #AD8604

Tints of Dark Goldenrod #AD8604

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

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

R = 55.63%
G = 43.09%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD8604 (or 0xAD8604) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 04. RGB value is (173,134,4). Sum of RGB (Red+Green+Blue) = 173+134+4=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8604 is #5279FB. Grayscale: #838383. Windows color (decimal): -5405180 or 296621. OLE color: 296621.

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

Color convert

RGB 173 134 4 -
CMYK 0 0.23 0.98 0.32
HSL 46.15º 0.95% 0.35% -
HSV(B) 46.15º 0.98% 0.68% -
XYZ 25.78 25.94 3.76 -
YUV 130.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 173 134 4 0 0.23 0.98 0.32 46.15 0.95 0.35
Hex AD 86 4 0 17 62 20 2E 5F 23
Octal 255 206 4 0 27 142 40 56 137 43
Binary 10101101 10000110 100 0 10111 1100010 100000 101110 1011111 100011

Color Harmonies of #AD8604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8604

Black with #AD8604

Text Example


Text Example

White with #AD8604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8604; }

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

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

background-color css

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

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

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

border-color css

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

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

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