Html Css Color HEX #A77A00 Dark Goldenrod

📋 copy color: '#A77A00'

red 167 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #A77A00

Tints of Dark Goldenrod #A77A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.21%

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

R = 57.79%
G = 42.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A77A00 (or 0xA77A00) is known color: Dark Goldenrod. HEX triplet: A7, 7A and 00. RGB value is (167,122,0). Sum of RGB (Red+Green+Blue) = 167+122+0=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77A00 is #5885FF. Grayscale: #7A7A7A. Windows color (decimal): -5801472 or 31399. OLE color: 31399.

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

Color convert

RGB 167 122 0 -
CMYK 0 0.27 1 0.35
HSL 43.83º 1% 0.33% -
HSV(B) 43.83º 1% 0.65% -
XYZ 22.9 22.13 3.07 -
YUV 121.55 59.41 160.42 -
System Red Green Blue C M Y K H S L
Decimal 167 122 0 0 0.27 1 0.35 43.83 1 0.33
Hex A7 7A 0 0 1B 64 23 2C 64 21
Octal 247 172 0 0 33 144 43 54 144 41
Binary 10100111 1111010 0 0 11011 1100100 100011 101100 1100100 100001

Color Harmonies of #A77A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77A00

Black with #A77A00

Text Example


Text Example

White with #A77A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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