Html Css Color HEX #AD9105 Dark Goldenrod

📋 copy color: '#AD9105'

red 173 ◦ green 145 ◦ blue 5

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

Shades of Dark Goldenrod #AD9105

Tints of Dark Goldenrod #AD9105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 53.56%
G = 44.89%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD9105 (or 0xAD9105) is known color: Dark Goldenrod. HEX triplet: AD, 91 and 05. RGB value is (173,145,5). Sum of RGB (Red+Green+Blue) = 173+145+5=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9105 is #526EFA. Grayscale: #8A8A8A. Windows color (decimal): -5402363 or 364973. OLE color: 364973.

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

Color convert

RGB 173 145 5 -
CMYK 0 0.16 0.97 0.32
HSL 50º 0.94% 0.35% -
HSV(B) 50º 0.97% 0.68% -
XYZ 27.39 29.15 4.33 -
YUV 137.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 173 145 5 0 0.16 0.97 0.32 50 0.94 0.35
Hex AD 91 5 0 10 61 20 32 5E 23
Octal 255 221 5 0 20 141 40 62 136 43
Binary 10101101 10010001 101 0 10000 1100001 100000 110010 1011110 100011

Color Harmonies of #AD9105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9105

Black with #AD9105

Text Example


Text Example

White with #AD9105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9105; }

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

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

background-color css

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

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

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

border-color css

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

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

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