Html Css Color HEX #A77F0C Dark Goldenrod

📋 copy color: '#A77F0C'

red 167 ◦ green 127 ◦ blue 12

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

Shades of Dark Goldenrod #A77F0C

Tints of Dark Goldenrod #A77F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 41.5%

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 54.58%
G = 41.5%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A77F0C (or 0xA77F0C) is known color: Dark Goldenrod. HEX triplet: A7, 7F and 0C. RGB value is (167,127,12). Sum of RGB (Red+Green+Blue) = 167+127+12=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77F0C is #5880F3. Grayscale: #7E7E7E. Windows color (decimal): -5800180 or 819111. OLE color: 819111.

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

Color convert

RGB 167 127 12 -
CMYK 0 0.24 0.93 0.35
HSL 44.52º 0.87% 0.35% -
HSV(B) 44.52º 0.93% 0.65% -
XYZ 23.59 23.42 3.63 -
YUV 125.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 167 127 12 0 0.24 0.93 0.35 44.52 0.87 0.35
Hex A7 7F C 0 18 5D 23 2D 57 23
Octal 247 177 14 0 30 135 43 55 127 43
Binary 10100111 1111111 1100 0 11000 1011101 100011 101101 1010111 100011

Color Harmonies of #A77F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F0C

Black with #A77F0C

Text Example


Text Example

White with #A77F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F0C; }

 p { color: rgb(167,127,12); }

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

background-color css

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

 a { background-color: rgb(167,127,12); }

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

border-color css

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

 span { border-color: rgb(167,127,12); }

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