Html Css Color HEX #AD8204 Dark Goldenrod

📋 copy color: '#AD8204'

red 173 ◦ green 130 ◦ blue 4

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

Shades of Dark Goldenrod #AD8204

Tints of Dark Goldenrod #AD8204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

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

R = 56.35%
G = 42.35%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD8204 (or 0xAD8204) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 04. RGB value is (173,130,4). Sum of RGB (Red+Green+Blue) = 173+130+4=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8204 is #527DFB. Grayscale: #818181. Windows color (decimal): -5406204 or 295597. OLE color: 295597.

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

Color convert

RGB 173 130 4 -
CMYK 0 0.25 0.98 0.32
HSL 44.73º 0.95% 0.35% -
HSV(B) 44.73º 0.98% 0.68% -
XYZ 25.24 24.86 3.58 -
YUV 128.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 173 130 4 0 0.25 0.98 0.32 44.73 0.95 0.35
Hex AD 82 4 0 19 62 20 2D 5F 23
Octal 255 202 4 0 31 142 40 55 137 43
Binary 10101101 10000010 100 0 11001 1100010 100000 101101 1011111 100011

Color Harmonies of #AD8204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8204

Black with #AD8204

Text Example


Text Example

White with #AD8204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8204; }

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

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

background-color css

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

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

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

border-color css

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

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

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