Html Css Color HEX #AD8506 Dark Goldenrod

📋 copy color: '#AD8506'

red 173 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #AD8506

Tints of Dark Goldenrod #AD8506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 55.45%
G = 42.63%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD8506 (or 0xAD8506) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 06. RGB value is (173,133,6). Sum of RGB (Red+Green+Blue) = 173+133+6=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8506 is #527AF9. Grayscale: #838383. Windows color (decimal): -5405434 or 427437. OLE color: 427437.

HSL color Cylindrical-coordinate representation of color #AD8506: hue angle of 45.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD8506 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 133 6 -
CMYK 0 0.23 0.97 0.32
HSL 45.63º 0.93% 0.35% -
HSV(B) 45.63º 0.97% 0.68% -
XYZ 25.65 25.67 3.78 -
YUV 130.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 173 133 6 0 0.23 0.97 0.32 45.63 0.93 0.35
Hex AD 85 6 0 17 61 20 2E 5D 23
Octal 255 205 6 0 27 141 40 56 135 43
Binary 10101101 10000101 110 0 10111 1100001 100000 101110 1011101 100011

Color Harmonies of #AD8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8506

Black with #AD8506

Text Example


Text Example

White with #AD8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8506; }

 p { color: rgb(173,133,6); }

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

background-color css

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

 a { background-color: rgb(173,133,6); }

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

border-color css

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

 span { border-color: rgb(173,133,6); }

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