Html Css Color HEX #A77500 Dark Goldenrod

📋 copy color: '#A77500'

red 167 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #A77500

Tints of Dark Goldenrod #A77500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

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

R = 58.8%
G = 41.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A77500 (or 0xA77500) is known color: Dark Goldenrod. HEX triplet: A7, 75 and 00. RGB value is (167,117,0). Sum of RGB (Red+Green+Blue) = 167+117+0=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A77500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77500 is #588AFF. Grayscale: #777777. Windows color (decimal): -5802752 or 30119. OLE color: 30119.

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

Color convert

RGB 167 117 0 -
CMYK 0 0.30 1 0.35
HSL 42.04º 1% 0.33% -
HSV(B) 42.04º 1% 0.65% -
XYZ 22.3 20.94 2.87 -
YUV 118.61 61.07 162.51 -
System Red Green Blue C M Y K H S L
Decimal 167 117 0 0 0.30 1 0.35 42.04 1 0.33
Hex A7 75 0 0 1E 64 23 2A 64 21
Octal 247 165 0 0 36 144 43 52 144 41
Binary 10100111 1110101 0 0 11110 1100100 100011 101010 1100100 100001

Color Harmonies of #A77500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77500

Black with #A77500

Text Example


Text Example

White with #A77500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77500; }

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

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

background-color css

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

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

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

border-color css

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

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

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