Html Css Color HEX #AD9103 Dark Goldenrod

📋 copy color: '#AD9103'

red 173 ◦ green 145 ◦ blue 3

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

Shades of Dark Goldenrod #AD9103

Tints of Dark Goldenrod #AD9103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 53.89%
G = 45.17%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD9103 (or 0xAD9103) is known color: Dark Goldenrod. HEX triplet: AD, 91 and 03. RGB value is (173,145,3). Sum of RGB (Red+Green+Blue) = 173+145+3=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9103 is #526EFC. Grayscale: #898989. Windows color (decimal): -5402365 or 233901. OLE color: 233901.

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

Color convert

RGB 173 145 3 -
CMYK 0 0.16 0.98 0.32
HSL 50.12º 0.97% 0.35% -
HSV(B) 50.12º 0.98% 0.68% -
XYZ 27.38 29.14 4.27 -
YUV 137.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 173 145 3 0 0.16 0.98 0.32 50.12 0.97 0.35
Hex AD 91 3 0 10 62 20 32 61 23
Octal 255 221 3 0 20 142 40 62 141 43
Binary 10101101 10010001 11 0 10000 1100010 100000 110010 1100001 100011

Color Harmonies of #AD9103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9103

Black with #AD9103

Text Example


Text Example

White with #AD9103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9103; }

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

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

background-color css

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

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

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

border-color css

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

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

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