Html Css Color HEX #A47C01 Dark Goldenrod

📋 copy color: '#A47C01'

red 164 ◦ green 124 ◦ blue 1

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

Shades of Dark Goldenrod #A47C01

Tints of Dark Goldenrod #A47C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 56.75%
G = 42.91%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A47C01 (or 0xA47C01) is known color: Dark Goldenrod. HEX triplet: A4, 7C and 01. RGB value is (164,124,1). Sum of RGB (Red+Green+Blue) = 164+124+1=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47C01 is #5B83FE. Grayscale: #7A7A7A. Windows color (decimal): -5997567 or 97444. OLE color: 97444.

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

Color convert

RGB 164 124 1 -
CMYK 0 0.24 0.99 0.36
HSL 45.28º 0.99% 0.32% -
HSV(B) 45.28º 0.99% 0.64% -
XYZ 22.52 22.31 3.15 -
YUV 121.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 164 124 1 0 0.24 0.99 0.36 45.28 0.99 0.32
Hex A4 7C 1 0 18 63 24 2D 63 20
Octal 244 174 1 0 30 143 44 55 143 40
Binary 10100100 1111100 1 0 11000 1100011 100100 101101 1100011 100000

Color Harmonies of #A47C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C01

Black with #A47C01

Text Example


Text Example

White with #A47C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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