Html Css Color HEX #A77D0E Dark Goldenrod

📋 copy color: '#A77D0E'

red 167 ◦ green 125 ◦ blue 14

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

Shades of Dark Goldenrod #A77D0E

Tints of Dark Goldenrod #A77D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 54.58%
G = 40.85%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A77D0E (or 0xA77D0E) is known color: Dark Goldenrod. HEX triplet: A7, 7D and 0E. RGB value is (167,125,14). Sum of RGB (Red+Green+Blue) = 167+125+14=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77D0E is #5882F1. Grayscale: #7D7D7D. Windows color (decimal): -5800690 or 949671. OLE color: 949671.

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

Color convert

RGB 167 125 14 -
CMYK 0 0.25 0.92 0.35
HSL 43.53º 0.85% 0.35% -
HSV(B) 43.53º 0.92% 0.65% -
XYZ 23.35 22.91 3.61 -
YUV 124.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 167 125 14 0 0.25 0.92 0.35 43.53 0.85 0.35
Hex A7 7D E 0 19 5C 23 2C 55 23
Octal 247 175 16 0 31 134 43 54 125 43
Binary 10100111 1111101 1110 0 11001 1011100 100011 101100 1010101 100011

Color Harmonies of #A77D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D0E

Black with #A77D0E

Text Example


Text Example

White with #A77D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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