Html Css Color HEX #AD8108 Dark Goldenrod

📋 copy color: '#AD8108'

red 173 ◦ green 129 ◦ blue 8

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

Shades of Dark Goldenrod #AD8108

Tints of Dark Goldenrod #AD8108

RGB

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

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

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

R = 55.81%
G = 41.61%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD8108 (or 0xAD8108) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 08. RGB value is (173,129,8). Sum of RGB (Red+Green+Blue) = 173+129+8=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8108 is #527EF7. Grayscale: #808080. Windows color (decimal): -5406456 or 557485. OLE color: 557485.

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

Color convert

RGB 173 129 8 -
CMYK 0 0.25 0.95 0.32
HSL 44º 0.91% 0.35% -
HSV(B) 44º 0.95% 0.68% -
XYZ 25.13 24.6 3.65 -
YUV 128.36 60.08 159.84 -
System Red Green Blue C M Y K H S L
Decimal 173 129 8 0 0.25 0.95 0.32 44 0.91 0.35
Hex AD 81 8 0 19 5F 20 2C 5B 23
Octal 255 201 10 0 31 137 40 54 133 43
Binary 10101101 10000001 1000 0 11001 1011111 100000 101100 1011011 100011

Color Harmonies of #AD8108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8108

Black with #AD8108

Text Example


Text Example

White with #AD8108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8108; }

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

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

background-color css

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

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

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

border-color css

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

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

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