Html Css Color HEX #AD8408 Dark Goldenrod

📋 copy color: '#AD8408'

red 173 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #AD8408

Tints of Dark Goldenrod #AD8408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

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

R = 55.27%
G = 42.17%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD8408 (or 0xAD8408) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 08. RGB value is (173,132,8). Sum of RGB (Red+Green+Blue) = 173+132+8=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8408 is #527BF7. Grayscale: #828282. Windows color (decimal): -5405688 or 558253. OLE color: 558253.

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

Color convert

RGB 173 132 8 -
CMYK 0 0.24 0.95 0.32
HSL 45.09º 0.91% 0.35% -
HSV(B) 45.09º 0.95% 0.68% -
XYZ 25.53 25.4 3.79 -
YUV 130.12 59.08 158.58 -
System Red Green Blue C M Y K H S L
Decimal 173 132 8 0 0.24 0.95 0.32 45.09 0.91 0.35
Hex AD 84 8 0 18 5F 20 2D 5B 23
Octal 255 204 10 0 30 137 40 55 133 43
Binary 10101101 10000100 1000 0 11000 1011111 100000 101101 1011011 100011

Color Harmonies of #AD8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8408

Black with #AD8408

Text Example


Text Example

White with #AD8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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