Html Css Color HEX #A77D00 Dark Goldenrod

📋 copy color: '#A77D00'

red 167 ◦ green 125 ◦ blue 0

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

Shades of Dark Goldenrod #A77D00

Tints of Dark Goldenrod #A77D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.19%
G = 42.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A77D00 (or 0xA77D00) is known color: Dark Goldenrod. HEX triplet: A7, 7D and 00. RGB value is (167,125,0). Sum of RGB (Red+Green+Blue) = 167+125+0=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77D00 is #5882FF. Grayscale: #7B7B7B. Windows color (decimal): -5800704 or 32167. OLE color: 32167.

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

Color convert

RGB 167 125 0 -
CMYK 0 0.25 1 0.35
HSL 44.91º 1% 0.33% -
HSV(B) 44.91º 1% 0.65% -
XYZ 23.27 22.88 3.19 -
YUV 123.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 167 125 0 0 0.25 1 0.35 44.91 1 0.33
Hex A7 7D 0 0 19 64 23 2D 64 21
Octal 247 175 0 0 31 144 43 55 144 41
Binary 10100111 1111101 0 0 11001 1100100 100011 101101 1100100 100001

Color Harmonies of #A77D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D00

Black with #A77D00

Text Example


Text Example

White with #A77D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D00; }

 p { color: rgb(167,125,0); }

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

background-color css

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

 a { background-color: rgb(167,125,0); }

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

border-color css

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

 span { border-color: rgb(167,125,0); }

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