Html Css Color HEX #A77C0F Dark Goldenrod

📋 copy color: '#A77C0F'

red 167 ◦ green 124 ◦ blue 15

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

Shades of Dark Goldenrod #A77C0F

Tints of Dark Goldenrod #A77C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 54.58%
G = 40.52%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A77C0F (or 0xA77C0F) is known color: Dark Goldenrod. HEX triplet: A7, 7C and 0F. RGB value is (167,124,15). Sum of RGB (Red+Green+Blue) = 167+124+15=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77C0F is #5883F0. Grayscale: #7C7C7C. Windows color (decimal): -5800945 or 1014951. OLE color: 1014951.

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

Color convert

RGB 167 124 15 -
CMYK 0 0.26 0.91 0.35
HSL 43.03º 0.84% 0.36% -
HSV(B) 43.03º 0.91% 0.65% -
XYZ 23.23 22.67 3.6 -
YUV 124.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 167 124 15 0 0.26 0.91 0.35 43.03 0.84 0.36
Hex A7 7C F 0 1A 5B 23 2B 54 24
Octal 247 174 17 0 32 133 43 53 124 44
Binary 10100111 1111100 1111 0 11010 1011011 100011 101011 1010100 100100

Color Harmonies of #A77C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C0F

Black with #A77C0F

Text Example


Text Example

White with #A77C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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