Html Css Color HEX #AD8105 Dark Goldenrod

📋 copy color: '#AD8105'

red 173 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #AD8105

Tints of Dark Goldenrod #AD8105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.02%

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

R = 56.35%
G = 42.02%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD8105 (or 0xAD8105) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 05. RGB value is (173,129,5). Sum of RGB (Red+Green+Blue) = 173+129+5=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8105 is #527EFA. Grayscale: #808080. Windows color (decimal): -5406459 or 360877. OLE color: 360877.

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

Color convert

RGB 173 129 5 -
CMYK 0 0.25 0.97 0.32
HSL 44.29º 0.94% 0.35% -
HSV(B) 44.29º 0.97% 0.68% -
XYZ 25.11 24.6 3.57 -
YUV 128.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 173 129 5 0 0.25 0.97 0.32 44.29 0.94 0.35
Hex AD 81 5 0 19 61 20 2C 5E 23
Octal 255 201 5 0 31 141 40 54 136 43
Binary 10101101 10000001 101 0 11001 1100001 100000 101100 1011110 100011

Color Harmonies of #AD8105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8105

Black with #AD8105

Text Example


Text Example

White with #AD8105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8105; }

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

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

background-color css

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

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

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

border-color css

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

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

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