Html Css Color HEX #A77C04 Dark Goldenrod

📋 copy color: '#A77C04'

red 167 ◦ green 124 ◦ blue 4

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

Shades of Dark Goldenrod #A77C04

Tints of Dark Goldenrod #A77C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.03%

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 56.61%
G = 42.03%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A77C04 (or 0xA77C04) is known color: Dark Goldenrod. HEX triplet: A7, 7C and 04. RGB value is (167,124,4). Sum of RGB (Red+Green+Blue) = 167+124+4=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77C04 is #5883FB. Grayscale: #7B7B7B. Windows color (decimal): -5800956 or 294055. OLE color: 294055.

HSL color Cylindrical-coordinate representation of color #A77C04: hue angle of 44.17º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A77C04 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 124 4 -
CMYK 0 0.26 0.98 0.35
HSL 44.17º 0.95% 0.34% -
HSV(B) 44.17º 0.98% 0.65% -
XYZ 23.17 22.64 3.26 -
YUV 123.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 167 124 4 0 0.26 0.98 0.35 44.17 0.95 0.34
Hex A7 7C 4 0 1A 62 23 2C 5F 22
Octal 247 174 4 0 32 142 43 54 137 42
Binary 10100111 1111100 100 0 11010 1100010 100011 101100 1011111 100010

Color Harmonies of #A77C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C04

Black with #A77C04

Text Example


Text Example

White with #A77C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C04; }

 p { color: rgb(167,124,4); }

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

background-color css

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

 a { background-color: rgb(167,124,4); }

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

border-color css

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

 span { border-color: rgb(167,124,4); }

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