Html Css Color HEX #AD8504 Dark Goldenrod

📋 copy color: '#AD8504'

red 173 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #AD8504

Tints of Dark Goldenrod #AD8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

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

R = 55.81%
G = 42.9%
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

#AD8504 (or 0xAD8504) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 04. RGB value is (173,133,4). Sum of RGB (Red+Green+Blue) = 173+133+4=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8504 is #527AFB. Grayscale: #828282. Windows color (decimal): -5405436 or 296365. OLE color: 296365.

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

Color convert

RGB 173 133 4 -
CMYK 0 0.23 0.98 0.32
HSL 45.8º 0.95% 0.35% -
HSV(B) 45.8º 0.98% 0.68% -
XYZ 25.64 25.67 3.72 -
YUV 130.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 173 133 4 0 0.23 0.98 0.32 45.8 0.95 0.35
Hex AD 85 4 0 17 62 20 2E 5F 23
Octal 255 205 4 0 27 142 40 56 137 43
Binary 10101101 10000101 100 0 10111 1100010 100000 101110 1011111 100011

Color Harmonies of #AD8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8504

Black with #AD8504

Text Example


Text Example

White with #AD8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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