Html Css Color HEX #A77F0F Dark Goldenrod

📋 copy color: '#A77F0F'

red 167 ◦ green 127 ◦ blue 15

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

Shades of Dark Goldenrod #A77F0F

Tints of Dark Goldenrod #A77F0F

RGB

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

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

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

R = 54.05%
G = 41.1%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A77F0F (or 0xA77F0F) is known color: Dark Goldenrod. HEX triplet: A7, 7F and 0F. RGB value is (167,127,15). Sum of RGB (Red+Green+Blue) = 167+127+15=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77F0F is #5880F0. Grayscale: #7E7E7E. Windows color (decimal): -5800177 or 1015719. OLE color: 1015719.

HSL color Cylindrical-coordinate representation of color #A77F0F: hue angle of 44.21º 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 #A77F0F is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 127 15 -
CMYK 0 0.24 0.91 0.35
HSL 44.21º 0.84% 0.36% -
HSV(B) 44.21º 0.91% 0.65% -
XYZ 23.61 23.43 3.73 -
YUV 126.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 167 127 15 0 0.24 0.91 0.35 44.21 0.84 0.36
Hex A7 7F F 0 18 5B 23 2C 54 24
Octal 247 177 17 0 30 133 43 54 124 44
Binary 10100111 1111111 1111 0 11000 1011011 100011 101100 1010100 100100

Color Harmonies of #A77F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F0F

Black with #A77F0F

Text Example


Text Example

White with #A77F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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