Html Css Color HEX #AD9601 Dark Goldenrod

📋 copy color: '#AD9601'

red 173 ◦ green 150 ◦ blue 1

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

Shades of Dark Goldenrod #AD9601

Tints of Dark Goldenrod #AD9601

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

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

R = 53.4%
G = 46.3%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD9601 (or 0xAD9601) is known color: Dark Goldenrod. HEX triplet: AD, 96 and 01. RGB value is (173,150,1). Sum of RGB (Red+Green+Blue) = 173+150+1=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9601 is #5269FE. Grayscale: #8C8C8C. Windows color (decimal): -5401087 or 104109. OLE color: 104109.

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

Color convert

RGB 173 150 1 -
CMYK 0 0.13 0.99 0.32
HSL 51.98º 0.99% 0.34% -
HSV(B) 51.98º 0.99% 0.68% -
XYZ 28.15 30.7 4.47 -
YUV 139.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 173 150 1 0 0.13 0.99 0.32 51.98 0.99 0.34
Hex AD 96 1 0 D 63 20 34 63 22
Octal 255 226 1 0 15 143 40 64 143 42
Binary 10101101 10010110 1 0 1101 1100011 100000 110100 1100011 100010

Color Harmonies of #AD9601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9601

Black with #AD9601

Text Example


Text Example

White with #AD9601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9601; }

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

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

background-color css

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

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

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

border-color css

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

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

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