Html Css Color HEX #AD7703 Dark Goldenrod

📋 copy color: '#AD7703'

red 173 ◦ green 119 ◦ blue 3

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

Shades of Dark Goldenrod #AD7703

Tints of Dark Goldenrod #AD7703

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.34%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 58.64%
G = 40.34%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7703 (or 0xAD7703) is known color: Dark Goldenrod. HEX triplet: AD, 77 and 03. RGB value is (173,119,3). Sum of RGB (Red+Green+Blue) = 173+119+3=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7703 is #5288FC. Grayscale: #7A7A7A. Windows color (decimal): -5409021 or 227245. OLE color: 227245.

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

Color convert

RGB 173 119 3 -
CMYK 0 0.31 0.98 0.32
HSL 40.94º 0.97% 0.35% -
HSV(B) 40.94º 0.98% 0.68% -
XYZ 23.85 22.08 3.09 -
YUV 121.92 60.89 164.43 -
System Red Green Blue C M Y K H S L
Decimal 173 119 3 0 0.31 0.98 0.32 40.94 0.97 0.35
Hex AD 77 3 0 1F 62 20 29 61 23
Octal 255 167 3 0 37 142 40 51 141 43
Binary 10101101 1110111 11 0 11111 1100010 100000 101001 1100001 100011

Color Harmonies of #AD7703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7703

Black with #AD7703

Text Example


Text Example

White with #AD7703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7703; }

 p { color: rgb(173,119,3); }

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

background-color css

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

 a { background-color: rgb(173,119,3); }

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

border-color css

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

 span { border-color: rgb(173,119,3); }

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