Html Css Color HEX #A7780F Dark Goldenrod

📋 copy color: '#A7780F'

red 167 ◦ green 120 ◦ blue 15

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

Shades of Dark Goldenrod #A7780F

Tints of Dark Goldenrod #A7780F

RGB

 RED value IS 167 (65.63% from 255) = 55.3%

 GREEN value IS 120 (47.27% from 255) = 39.74%

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

R = 55.3%
G = 39.74%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A7780F (or 0xA7780F) is known color: Dark Goldenrod. HEX triplet: A7, 78 and 0F. RGB value is (167,120,15). Sum of RGB (Red+Green+Blue) = 167+120+15=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A7780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7780F is #5887F0. Grayscale: #7A7A7A. Windows color (decimal): -5801969 or 1013927. OLE color: 1013927.

HSL color Cylindrical-coordinate representation of color #A7780F: hue angle of 41.45º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7780F is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 120 15 -
CMYK 0 0.28 0.91 0.35
HSL 41.45º 0.84% 0.36% -
HSV(B) 41.45º 0.91% 0.65% -
XYZ 22.74 21.68 3.44 -
YUV 122.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 167 120 15 0 0.28 0.91 0.35 41.45 0.84 0.36
Hex A7 78 F 0 1C 5B 23 29 54 24
Octal 247 170 17 0 34 133 43 51 124 44
Binary 10100111 1111000 1111 0 11100 1011011 100011 101001 1010100 100100

Color Harmonies of #A7780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7780F

Black with #A7780F

Text Example


Text Example

White with #A7780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7780F; }

 p { color: rgb(167,120,15); }

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

background-color css

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

 a { background-color: rgb(167,120,15); }

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

border-color css

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

 span { border-color: rgb(167,120,15); }

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