Html Css Color HEX #A47C00 Dark Goldenrod

📋 copy color: '#A47C00'

red 164 ◦ green 124 ◦ blue 0

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

Shades of Dark Goldenrod #A47C00

Tints of Dark Goldenrod #A47C00

RGB

 RED value IS 164 (64.45% from 255) = 56.94%

 GREEN value IS 124 (48.83% from 255) = 43.06%

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

R = 56.94%
G = 43.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A47C00 (or 0xA47C00) is known color: Dark Goldenrod. HEX triplet: A4, 7C and 00. RGB value is (164,124,0). Sum of RGB (Red+Green+Blue) = 164+124+0=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47C00 is #5B83FF. Grayscale: #7A7A7A. Windows color (decimal): -5997568 or 31908. OLE color: 31908.

HSL color Cylindrical-coordinate representation of color #A47C00: hue angle of 45.37º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A47C00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 124 0 -
CMYK 0 0.24 1 0.36
HSL 45.37º 1% 0.32% -
HSV(B) 45.37º 1% 0.64% -
XYZ 22.52 22.31 3.12 -
YUV 121.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 164 124 0 0 0.24 1 0.36 45.37 1 0.32
Hex A4 7C 0 0 18 64 24 2D 64 20
Octal 244 174 0 0 30 144 44 55 144 40
Binary 10100100 1111100 0 0 11000 1100100 100100 101101 1100100 100000

Color Harmonies of #A47C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C00

Black with #A47C00

Text Example


Text Example

White with #A47C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C00; }

 p { color: rgb(164,124,0); }

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

background-color css

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

 a { background-color: rgb(164,124,0); }

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

border-color css

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

 span { border-color: rgb(164,124,0); }

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