Html Css Color HEX #AD9501 Dark Goldenrod

📋 copy color: '#AD9501'

red 173 ◦ green 149 ◦ blue 1

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

Shades of Dark Goldenrod #AD9501

Tints of Dark Goldenrod #AD9501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 53.56%
G = 46.13%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD9501 (or 0xAD9501) is known color: Dark Goldenrod. HEX triplet: AD, 95 and 01. RGB value is (173,149,1). Sum of RGB (Red+Green+Blue) = 173+149+1=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9501 is #526AFE. Grayscale: #8B8B8B. Windows color (decimal): -5401343 or 103853. OLE color: 103853.

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

Color convert

RGB 173 149 1 -
CMYK 0 0.14 0.99 0.32
HSL 51.63º 0.99% 0.34% -
HSV(B) 51.63º 0.99% 0.68% -
XYZ 27.99 30.38 4.42 -
YUV 139.3 49.95 152.03 -
System Red Green Blue C M Y K H S L
Decimal 173 149 1 0 0.14 0.99 0.32 51.63 0.99 0.34
Hex AD 95 1 0 E 63 20 34 63 22
Octal 255 225 1 0 16 143 40 64 143 42
Binary 10101101 10010101 1 0 1110 1100011 100000 110100 1100011 100010

Color Harmonies of #AD9501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9501

Black with #AD9501

Text Example


Text Example

White with #AD9501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9501; }

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

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

background-color css

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

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

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

border-color css

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

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

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