Html Css Color HEX #AD9504 Dark Goldenrod

📋 copy color: '#AD9504'

red 173 ◦ green 149 ◦ blue 4

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

Shades of Dark Goldenrod #AD9504

Tints of Dark Goldenrod #AD9504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.71%

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

R = 53.07%
G = 45.71%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9504 (or 0xAD9504) is known color: Dark Goldenrod. HEX triplet: AD, 95 and 04. RGB value is (173,149,4). Sum of RGB (Red+Green+Blue) = 173+149+4=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9504 is #526AFB. Grayscale: #8C8C8C. Windows color (decimal): -5401340 or 300461. OLE color: 300461.

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

Color convert

RGB 173 149 4 -
CMYK 0 0.14 0.98 0.32
HSL 51.48º 0.95% 0.35% -
HSV(B) 51.48º 0.98% 0.68% -
XYZ 28 30.39 4.5 -
YUV 139.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 173 149 4 0 0.14 0.98 0.32 51.48 0.95 0.35
Hex AD 95 4 0 E 62 20 33 5F 23
Octal 255 225 4 0 16 142 40 63 137 43
Binary 10101101 10010101 100 0 1110 1100010 100000 110011 1011111 100011

Color Harmonies of #AD9504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9504

Black with #AD9504

Text Example


Text Example

White with #AD9504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9504; }

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

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

background-color css

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

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

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

border-color css

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

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

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