Html Css Color HEX #AD9204 Dark Goldenrod

📋 copy color: '#AD9204'

red 173 ◦ green 146 ◦ blue 4

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

Shades of Dark Goldenrod #AD9204

Tints of Dark Goldenrod #AD9204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

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

R = 53.56%
G = 45.2%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9204 (or 0xAD9204) is known color: Dark Goldenrod. HEX triplet: AD, 92 and 04. RGB value is (173,146,4). Sum of RGB (Red+Green+Blue) = 173+146+4=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9204 is #526DFB. Grayscale: #8A8A8A. Windows color (decimal): -5402108 or 299693. OLE color: 299693.

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

Color convert

RGB 173 146 4 -
CMYK 0 0.16 0.98 0.32
HSL 50.41º 0.95% 0.35% -
HSV(B) 50.41º 0.98% 0.68% -
XYZ 27.53 29.45 4.35 -
YUV 137.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 173 146 4 0 0.16 0.98 0.32 50.41 0.95 0.35
Hex AD 92 4 0 10 62 20 32 5F 23
Octal 255 222 4 0 20 142 40 62 137 43
Binary 10101101 10010010 100 0 10000 1100010 100000 110010 1011111 100011

Color Harmonies of #AD9204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9204

Black with #AD9204

Text Example


Text Example

White with #AD9204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9204; }

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

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

background-color css

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

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

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

border-color css

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

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

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