Html Css Color HEX #AD760A Dark Goldenrod

📋 copy color: '#AD760A'

red 173 ◦ green 118 ◦ blue 10

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

Shades of Dark Goldenrod #AD760A

Tints of Dark Goldenrod #AD760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 57.48%
G = 39.2%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD760A (or 0xAD760A) is known color: Dark Goldenrod. HEX triplet: AD, 76 and 0A. RGB value is (173,118,10). Sum of RGB (Red+Green+Blue) = 173+118+10=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD760A is #5289F5. Grayscale: #7A7A7A. Windows color (decimal): -5409270 or 685741. OLE color: 685741.

HSL color Cylindrical-coordinate representation of color #AD760A: hue angle of 39.75º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD760A is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 10 -
CMYK 0 0.32 0.94 0.32
HSL 39.75º 0.89% 0.36% -
HSV(B) 39.75º 0.94% 0.68% -
XYZ 23.77 21.86 3.25 -
YUV 122.13 64.72 164.28 -
System Red Green Blue C M Y K H S L
Decimal 173 118 10 0 0.32 0.94 0.32 39.75 0.89 0.36
Hex AD 76 A 0 20 5E 20 28 59 24
Octal 255 166 12 0 40 136 40 50 131 44
Binary 10101101 1110110 1010 0 100000 1011110 100000 101000 1011001 100100

Color Harmonies of #AD760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD760A

Black with #AD760A

Text Example


Text Example

White with #AD760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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