Html Css Color HEX #AD7108 Dark Goldenrod

📋 copy color: '#AD7108'

red 173 ◦ green 113 ◦ blue 8

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

Shades of Dark Goldenrod #AD7108

Tints of Dark Goldenrod #AD7108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.72%

R = 58.84%
G = 38.44%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD7108 (or 0xAD7108) is known color: Dark Goldenrod. HEX triplet: AD, 71 and 08. RGB value is (173,113,8). Sum of RGB (Red+Green+Blue) = 173+113+8=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7108 is #528EF7. Grayscale: #777777. Windows color (decimal): -5410552 or 553389. OLE color: 553389.

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

Color convert

RGB 173 113 8 -
CMYK 0 0.35 0.95 0.32
HSL 38.18º 0.91% 0.35% -
HSV(B) 38.18º 0.95% 0.68% -
XYZ 23.18 20.71 3.01 -
YUV 118.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 173 113 8 0 0.35 0.95 0.32 38.18 0.91 0.35
Hex AD 71 8 0 23 5F 20 26 5B 23
Octal 255 161 10 0 43 137 40 46 133 43
Binary 10101101 1110001 1000 0 100011 1011111 100000 100110 1011011 100011

Color Harmonies of #AD7108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7108

Black with #AD7108

Text Example


Text Example

White with #AD7108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7108; }

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

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

background-color css

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

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

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

border-color css

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

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

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