Html Css Color HEX #AD9308 Dark Goldenrod

📋 copy color: '#AD9308'

red 173 ◦ green 147 ◦ blue 8

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

Shades of Dark Goldenrod #AD9308

Tints of Dark Goldenrod #AD9308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.82%

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

R = 52.74%
G = 44.82%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD9308 (or 0xAD9308) is known color: Dark Goldenrod. HEX triplet: AD, 93 and 08. RGB value is (173,147,8). Sum of RGB (Red+Green+Blue) = 173+147+8=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9308 is #526CF7. Grayscale: #8B8B8B. Windows color (decimal): -5401848 or 562093. OLE color: 562093.

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

Color convert

RGB 173 147 8 -
CMYK 0 0.15 0.95 0.32
HSL 50.55º 0.91% 0.35% -
HSV(B) 50.55º 0.95% 0.68% -
XYZ 27.71 29.77 4.52 -
YUV 138.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 173 147 8 0 0.15 0.95 0.32 50.55 0.91 0.35
Hex AD 93 8 0 F 5F 20 33 5B 23
Octal 255 223 10 0 17 137 40 63 133 43
Binary 10101101 10010011 1000 0 1111 1011111 100000 110011 1011011 100011

Color Harmonies of #AD9308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9308

Black with #AD9308

Text Example


Text Example

White with #AD9308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9308; }

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

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

background-color css

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

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

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

border-color css

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

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

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