Html Css Color HEX #AD770A Dark Goldenrod

📋 copy color: '#AD770A'

red 173 ◦ green 119 ◦ blue 10

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

Shades of Dark Goldenrod #AD770A

Tints of Dark Goldenrod #AD770A

RGB

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

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

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

R = 57.28%
G = 39.4%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD770A (or 0xAD770A) is known color: Dark Goldenrod. HEX triplet: AD, 77 and 0A. RGB value is (173,119,10). Sum of RGB (Red+Green+Blue) = 173+119+10=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD770A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD770A is #5288F5. Grayscale: #7B7B7B. Windows color (decimal): -5409014 or 685997. OLE color: 685997.

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

Color convert

RGB 173 119 10 -
CMYK 0 0.31 0.94 0.32
HSL 40.12º 0.89% 0.36% -
HSV(B) 40.12º 0.94% 0.68% -
XYZ 23.89 22.1 3.29 -
YUV 122.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 173 119 10 0 0.31 0.94 0.32 40.12 0.89 0.36
Hex AD 77 A 0 1F 5E 20 28 59 24
Octal 255 167 12 0 37 136 40 50 131 44
Binary 10101101 1110111 1010 0 11111 1011110 100000 101000 1011001 100100

Color Harmonies of #AD770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD770A

Black with #AD770A

Text Example


Text Example

White with #AD770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD770A; }

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

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

background-color css

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

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

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

border-color css

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

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

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