Html Css Color HEX #AD9405 Dark Goldenrod

📋 copy color: '#AD9405'

red 173 ◦ green 148 ◦ blue 5

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

Shades of Dark Goldenrod #AD9405

Tints of Dark Goldenrod #AD9405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 53.07%
G = 45.4%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9405 (or 0xAD9405) is known color: Dark Goldenrod. HEX triplet: AD, 94 and 05. RGB value is (173,148,5). Sum of RGB (Red+Green+Blue) = 173+148+5=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9405 is #526BFA. Grayscale: #8B8B8B. Windows color (decimal): -5401595 or 365741. OLE color: 365741.

HSL color Cylindrical-coordinate representation of color #AD9405: hue angle of 51.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD9405 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 5 -
CMYK 0 0.14 0.97 0.32
HSL 51.07º 0.94% 0.35% -
HSV(B) 51.07º 0.97% 0.68% -
XYZ 27.85 30.08 4.48 -
YUV 139.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 173 148 5 0 0.14 0.97 0.32 51.07 0.94 0.35
Hex AD 94 5 0 E 61 20 33 5E 23
Octal 255 224 5 0 16 141 40 63 136 43
Binary 10101101 10010100 101 0 1110 1100001 100000 110011 1011110 100011

Color Harmonies of #AD9405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9405

Black with #AD9405

Text Example


Text Example

White with #AD9405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9405; }

 p { color: rgb(173,148,5); }

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

background-color css

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

 a { background-color: rgb(173,148,5); }

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

border-color css

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

 span { border-color: rgb(173,148,5); }

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