Html Css Color HEX #AD8607 Dark Goldenrod

📋 copy color: '#AD8607'

red 173 ◦ green 134 ◦ blue 7

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

Shades of Dark Goldenrod #AD8607

Tints of Dark Goldenrod #AD8607

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

 BLUE value IS 7 (3.13% from 255) = 2.23%

R = 55.1%
G = 42.68%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD8607 (or 0xAD8607) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 07. RGB value is (173,134,7). Sum of RGB (Red+Green+Blue) = 173+134+7=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8607 is #5279F8. Grayscale: #838383. Windows color (decimal): -5405177 or 493229. OLE color: 493229.

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

Color convert

RGB 173 134 7 -
CMYK 0 0.23 0.96 0.32
HSL 45.9º 0.92% 0.35% -
HSV(B) 45.9º 0.96% 0.68% -
XYZ 25.8 25.95 3.85 -
YUV 131.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 173 134 7 0 0.23 0.96 0.32 45.9 0.92 0.35
Hex AD 86 7 0 17 60 20 2E 5C 23
Octal 255 206 7 0 27 140 40 56 134 43
Binary 10101101 10000110 111 0 10111 1100000 100000 101110 1011100 100011

Color Harmonies of #AD8607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8607

Black with #AD8607

Text Example


Text Example

White with #AD8607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8607; }

 p { color: rgb(173,134,7); }

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

background-color css

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

 a { background-color: rgb(173,134,7); }

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

border-color css

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

 span { border-color: rgb(173,134,7); }

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