Html Css Color HEX #A7780A Dark Goldenrod

📋 copy color: '#A7780A'

red 167 ◦ green 120 ◦ blue 10

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

Shades of Dark Goldenrod #A7780A

Tints of Dark Goldenrod #A7780A

RGB

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

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

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

R = 56.23%
G = 40.4%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A7780A (or 0xA7780A) is known color: Dark Goldenrod. HEX triplet: A7, 78 and 0A. RGB value is (167,120,10). Sum of RGB (Red+Green+Blue) = 167+120+10=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A7780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7780A is #5887F5. Grayscale: #7A7A7A. Windows color (decimal): -5801974 or 686247. OLE color: 686247.

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

Color convert

RGB 167 120 10 -
CMYK 0 0.28 0.94 0.35
HSL 42.04º 0.89% 0.35% -
HSV(B) 42.04º 0.94% 0.65% -
XYZ 22.71 21.67 3.27 -
YUV 121.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 167 120 10 0 0.28 0.94 0.35 42.04 0.89 0.35
Hex A7 78 A 0 1C 5E 23 2A 59 23
Octal 247 170 12 0 34 136 43 52 131 43
Binary 10100111 1111000 1010 0 11100 1011110 100011 101010 1011001 100011

Color Harmonies of #A7780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7780A

Black with #A7780A

Text Example


Text Example

White with #A7780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7780A; }

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

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

background-color css

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

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

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

border-color css

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

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

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