Html Css Color HEX #AD9101 Dark Goldenrod

📋 copy color: '#AD9101'

red 173 ◦ green 145 ◦ blue 1

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

Shades of Dark Goldenrod #AD9101

Tints of Dark Goldenrod #AD9101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.45%

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

R = 54.23%
G = 45.45%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD9101 (or 0xAD9101) is known color: Dark Goldenrod. HEX triplet: AD, 91 and 01. RGB value is (173,145,1). Sum of RGB (Red+Green+Blue) = 173+145+1=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9101 is #526EFE. Grayscale: #898989. Windows color (decimal): -5402367 or 102829. OLE color: 102829.

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

Color convert

RGB 173 145 1 -
CMYK 0 0.16 0.99 0.32
HSL 50.23º 0.99% 0.34% -
HSV(B) 50.23º 0.99% 0.68% -
XYZ 27.36 29.14 4.21 -
YUV 136.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 173 145 1 0 0.16 0.99 0.32 50.23 0.99 0.34
Hex AD 91 1 0 10 63 20 32 63 22
Octal 255 221 1 0 20 143 40 62 143 42
Binary 10101101 10010001 1 0 10000 1100011 100000 110010 1100011 100010

Color Harmonies of #AD9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9101

Black with #AD9101

Text Example


Text Example

White with #AD9101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9101; }

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

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

background-color css

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

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

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

border-color css

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

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

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