Html Css Color HEX #AD8208 Dark Goldenrod

📋 copy color: '#AD8208'

red 173 ◦ green 130 ◦ blue 8

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

Shades of Dark Goldenrod #AD8208

Tints of Dark Goldenrod #AD8208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.8%

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

R = 55.63%
G = 41.8%
B = 2.57%

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

#AD8208 (or 0xAD8208) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 08. RGB value is (173,130,8). Sum of RGB (Red+Green+Blue) = 173+130+8=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8208 is #527DF7. Grayscale: #818181. Windows color (decimal): -5406200 or 557741. OLE color: 557741.

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

Color convert

RGB 173 130 8 -
CMYK 0 0.25 0.95 0.32
HSL 44.36º 0.91% 0.35% -
HSV(B) 44.36º 0.95% 0.68% -
XYZ 25.26 24.87 3.7 -
YUV 128.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 173 130 8 0 0.25 0.95 0.32 44.36 0.91 0.35
Hex AD 82 8 0 19 5F 20 2C 5B 23
Octal 255 202 10 0 31 137 40 54 133 43
Binary 10101101 10000010 1000 0 11001 1011111 100000 101100 1011011 100011

Color Harmonies of #AD8208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8208

Black with #AD8208

Text Example


Text Example

White with #AD8208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8208; }

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

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

background-color css

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

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

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

border-color css

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

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

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