Html Css Color HEX #A77800 Dark Goldenrod

📋 copy color: '#A77800'

red 167 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #A77800

Tints of Dark Goldenrod #A77800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.81%

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

R = 58.19%
G = 41.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A77800 (or 0xA77800) is known color: Dark Goldenrod. HEX triplet: A7, 78 and 00. RGB value is (167,120,0). Sum of RGB (Red+Green+Blue) = 167+120+0=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A77800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77800 is #5887FF. Grayscale: #787878. Windows color (decimal): -5801984 or 30887. OLE color: 30887.

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

Color convert

RGB 167 120 0 -
CMYK 0 0.28 1 0.35
HSL 43.11º 1% 0.33% -
HSV(B) 43.11º 1% 0.65% -
XYZ 22.65 21.65 2.98 -
YUV 120.37 60.07 161.26 -
System Red Green Blue C M Y K H S L
Decimal 167 120 0 0 0.28 1 0.35 43.11 1 0.33
Hex A7 78 0 0 1C 64 23 2B 64 21
Octal 247 170 0 0 34 144 43 53 144 41
Binary 10100111 1111000 0 0 11100 1100100 100011 101011 1100100 100001

Color Harmonies of #A77800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77800

Black with #A77800

Text Example


Text Example

White with #A77800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77800; }

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

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

background-color css

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

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

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

border-color css

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

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

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