Html Css Color HEX #AD7605 Dark Goldenrod

📋 copy color: '#AD7605'

red 173 ◦ green 118 ◦ blue 5

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

Shades of Dark Goldenrod #AD7605

Tints of Dark Goldenrod #AD7605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.86%

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 58.45%
G = 39.86%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD7605 (or 0xAD7605) is known color: Dark Goldenrod. HEX triplet: AD, 76 and 05. RGB value is (173,118,5). Sum of RGB (Red+Green+Blue) = 173+118+5=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7605 is #5289FA. Grayscale: #7A7A7A. Windows color (decimal): -5409275 or 358061. OLE color: 358061.

HSL color Cylindrical-coordinate representation of color #AD7605: hue angle of 40.36º degrees, saturation: 0.94, 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 #AD7605 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 5 -
CMYK 0 0.32 0.97 0.32
HSL 40.36º 0.94% 0.35% -
HSV(B) 40.36º 0.97% 0.68% -
XYZ 23.74 21.85 3.11 -
YUV 121.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 173 118 5 0 0.32 0.97 0.32 40.36 0.94 0.35
Hex AD 76 5 0 20 61 20 28 5E 23
Octal 255 166 5 0 40 141 40 50 136 43
Binary 10101101 1110110 101 0 100000 1100001 100000 101000 1011110 100011

Color Harmonies of #AD7605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7605

Black with #AD7605

Text Example


Text Example

White with #AD7605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7605; }

 p { color: rgb(173,118,5); }

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

background-color css

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

 a { background-color: rgb(173,118,5); }

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

border-color css

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

 span { border-color: rgb(173,118,5); }

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