Html Css Color HEX #AD7105 Dark Goldenrod

📋 copy color: '#AD7105'

red 173 ◦ green 113 ◦ blue 5

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

Shades of Dark Goldenrod #AD7105

Tints of Dark Goldenrod #AD7105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.83%

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

R = 59.45%
G = 38.83%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD7105 (or 0xAD7105) is known color: Dark Goldenrod. HEX triplet: AD, 71 and 05. RGB value is (173,113,5). Sum of RGB (Red+Green+Blue) = 173+113+5=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7105 is #528EFA. Grayscale: #777777. Windows color (decimal): -5410555 or 356781. OLE color: 356781.

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

Color convert

RGB 173 113 5 -
CMYK 0 0.35 0.97 0.32
HSL 38.57º 0.94% 0.35% -
HSV(B) 38.57º 0.97% 0.68% -
XYZ 23.17 20.71 2.92 -
YUV 118.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 173 113 5 0 0.35 0.97 0.32 38.57 0.94 0.35
Hex AD 71 5 0 23 61 20 27 5E 23
Octal 255 161 5 0 43 141 40 47 136 43
Binary 10101101 1110001 101 0 100011 1100001 100000 100111 1011110 100011

Color Harmonies of #AD7105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7105

Black with #AD7105

Text Example


Text Example

White with #AD7105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7105; }

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

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

background-color css

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

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

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

border-color css

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

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

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