Html Css Color HEX #A77401 Dark Goldenrod

📋 copy color: '#A77401'

red 167 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #A77401

Tints of Dark Goldenrod #A77401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 58.8%
G = 40.85%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A77401 (or 0xA77401) is known color: Dark Goldenrod. HEX triplet: A7, 74 and 01. RGB value is (167,116,1). Sum of RGB (Red+Green+Blue) = 167+116+1=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A77401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77401 is #588BFE. Grayscale: #767676. Windows color (decimal): -5803007 or 95399. OLE color: 95399.

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

Color convert

RGB 167 116 1 -
CMYK 0 0.31 0.99 0.35
HSL 41.57º 0.99% 0.33% -
HSV(B) 41.57º 0.99% 0.65% -
XYZ 22.19 20.71 2.86 -
YUV 118.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 167 116 1 0 0.31 0.99 0.35 41.57 0.99 0.33
Hex A7 74 1 0 1F 63 23 2A 63 21
Octal 247 164 1 0 37 143 43 52 143 41
Binary 10100111 1110100 1 0 11111 1100011 100011 101010 1100011 100001

Color Harmonies of #A77401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77401

Black with #A77401

Text Example


Text Example

White with #A77401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77401; }

 p { color: rgb(167,116,1); }

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

background-color css

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

 a { background-color: rgb(167,116,1); }

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

border-color css

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

 span { border-color: rgb(167,116,1); }

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