Html Css Color HEX #AD770F Dark Goldenrod

📋 copy color: '#AD770F'

red 173 ◦ green 119 ◦ blue 15

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

Shades of Dark Goldenrod #AD770F

Tints of Dark Goldenrod #AD770F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 56.35%
G = 38.76%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD770F (or 0xAD770F) is known color: Dark Goldenrod. HEX triplet: AD, 77 and 0F. RGB value is (173,119,15). Sum of RGB (Red+Green+Blue) = 173+119+15=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD770F is #5288F0. Grayscale: #7B7B7B. Windows color (decimal): -5409009 or 1013677. OLE color: 1013677.

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

Color convert

RGB 173 119 15 -
CMYK 0 0.31 0.91 0.32
HSL 39.49º 0.84% 0.37% -
HSV(B) 39.49º 0.91% 0.68% -
XYZ 23.92 22.11 3.46 -
YUV 123.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 173 119 15 0 0.31 0.91 0.32 39.49 0.84 0.37
Hex AD 77 F 0 1F 5B 20 27 54 25
Octal 255 167 17 0 37 133 40 47 124 45
Binary 10101101 1110111 1111 0 11111 1011011 100000 100111 1010100 100101

Color Harmonies of #AD770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD770F

Black with #AD770F

Text Example


Text Example

White with #AD770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD770F; }

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

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

background-color css

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

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

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

border-color css

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

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

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