Html Css Color HEX #AD9301 Dark Goldenrod

📋 copy color: '#AD9301'

red 173 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #AD9301

Tints of Dark Goldenrod #AD9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.79%

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

R = 53.89%
G = 45.79%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD9301 (or 0xAD9301) is known color: Dark Goldenrod. HEX triplet: AD, 93 and 01. RGB value is (173,147,1). Sum of RGB (Red+Green+Blue) = 173+147+1=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9301 is #526CFE. Grayscale: #8A8A8A. Windows color (decimal): -5401855 or 103341. OLE color: 103341.

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

Color convert

RGB 173 147 1 -
CMYK 0 0.15 0.99 0.32
HSL 50.93º 0.99% 0.34% -
HSV(B) 50.93º 0.99% 0.68% -
XYZ 27.67 29.75 4.31 -
YUV 138.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 173 147 1 0 0.15 0.99 0.32 50.93 0.99 0.34
Hex AD 93 1 0 F 63 20 33 63 22
Octal 255 223 1 0 17 143 40 63 143 42
Binary 10101101 10010011 1 0 1111 1100011 100000 110011 1100011 100010

Color Harmonies of #AD9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9301

Black with #AD9301

Text Example


Text Example

White with #AD9301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9301; }

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

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

background-color css

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

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

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

border-color css

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

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

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