Html Css Color HEX #AD770C Dark Goldenrod

📋 copy color: '#AD770C'

red 173 ◦ green 119 ◦ blue 12

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

Shades of Dark Goldenrod #AD770C

Tints of Dark Goldenrod #AD770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 56.91%
G = 39.14%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD770C (or 0xAD770C) is known color: Dark Goldenrod. HEX triplet: AD, 77 and 0C. RGB value is (173,119,12). Sum of RGB (Red+Green+Blue) = 173+119+12=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD770C is #5288F3. Grayscale: #7B7B7B. Windows color (decimal): -5409012 or 817069. OLE color: 817069.

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

Color convert

RGB 173 119 12 -
CMYK 0 0.31 0.93 0.32
HSL 39.88º 0.87% 0.36% -
HSV(B) 39.88º 0.93% 0.68% -
XYZ 23.9 22.1 3.35 -
YUV 122.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 173 119 12 0 0.31 0.93 0.32 39.88 0.87 0.36
Hex AD 77 C 0 1F 5D 20 28 57 24
Octal 255 167 14 0 37 135 40 50 127 44
Binary 10101101 1110111 1100 0 11111 1011101 100000 101000 1010111 100100

Color Harmonies of #AD770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD770C

Black with #AD770C

Text Example


Text Example

White with #AD770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD770C; }

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

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

background-color css

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

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

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

border-color css

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

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

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