Html Css Color HEX #A47C11 Hacienda

📋 copy color: '#A47C11'

red 164 ◦ green 124 ◦ blue 17

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

Shades of Hacienda #A47C11

Tints of Hacienda #A47C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 53.77%
G = 40.66%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A47C11 (or 0xA47C11) is known color: Hacienda. HEX triplet: A4, 7C and 11. RGB value is (164,124,17). Sum of RGB (Red+Green+Blue) = 164+124+17=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47C11 is #5B83EE. Grayscale: #7C7C7C. Windows color (decimal): -5997551 or 1146020. OLE color: 1146020.

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

Color convert

RGB 164 124 17 -
CMYK 0 0.24 0.90 0.36
HSL 43.67º 0.81% 0.35% -
HSV(B) 43.67º 0.9% 0.64% -
XYZ 22.62 22.35 3.65 -
YUV 123.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 164 124 17 0 0.24 0.90 0.36 43.67 0.81 0.35
Hex A4 7C 11 0 18 5A 24 2C 51 23
Octal 244 174 21 0 30 132 44 54 121 43
Binary 10100100 1111100 10001 0 11000 1011010 100100 101100 1010001 100011

Color Harmonies of #A47C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C11

Black with #A47C11

Text Example


Text Example

White with #A47C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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