Html Css Color HEX #AD8308 Dark Goldenrod

📋 copy color: '#AD8308'

red 173 ◦ green 131 ◦ blue 8

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

Shades of Dark Goldenrod #AD8308

Tints of Dark Goldenrod #AD8308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.99%

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

R = 55.45%
G = 41.99%
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

#AD8308 (or 0xAD8308) is known color: Dark Goldenrod. HEX triplet: AD, 83 and 08. RGB value is (173,131,8). Sum of RGB (Red+Green+Blue) = 173+131+8=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8308 is #527CF7. Grayscale: #828282. Windows color (decimal): -5405944 or 557997. OLE color: 557997.

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

Color convert

RGB 173 131 8 -
CMYK 0 0.24 0.95 0.32
HSL 44.73º 0.91% 0.35% -
HSV(B) 44.73º 0.95% 0.68% -
XYZ 25.39 25.13 3.74 -
YUV 129.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 173 131 8 0 0.24 0.95 0.32 44.73 0.91 0.35
Hex AD 83 8 0 18 5F 20 2D 5B 23
Octal 255 203 10 0 30 137 40 55 133 43
Binary 10101101 10000011 1000 0 11000 1011111 100000 101101 1011011 100011

Color Harmonies of #AD8308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8308

Black with #AD8308

Text Example


Text Example

White with #AD8308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8308; }

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

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

background-color css

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

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

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

border-color css

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

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

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