Html Css Color HEX #A47C13 Hacienda

📋 copy color: '#A47C13'

red 164 ◦ green 124 ◦ blue 19

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

Shades of Hacienda #A47C13

Tints of Hacienda #A47C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 53.42%
G = 40.39%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A47C13 (or 0xA47C13) is known color: Hacienda. HEX triplet: A4, 7C and 13. RGB value is (164,124,19). Sum of RGB (Red+Green+Blue) = 164+124+19=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47C13 is #5B83EC. Grayscale: #7C7C7C. Windows color (decimal): -5997549 or 1277092. OLE color: 1277092.

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

Color convert

RGB 164 124 19 -
CMYK 0 0.24 0.88 0.36
HSL 43.45º 0.79% 0.36% -
HSV(B) 43.45º 0.88% 0.64% -
XYZ 22.64 22.35 3.74 -
YUV 123.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 164 124 19 0 0.24 0.88 0.36 43.45 0.79 0.36
Hex A4 7C 13 0 18 58 24 2B 4F 24
Octal 244 174 23 0 30 130 44 53 117 44
Binary 10100100 1111100 10011 0 11000 1011000 100100 101011 1001111 100100

Color Harmonies of #A47C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C13

Black with #A47C13

Text Example


Text Example

White with #A47C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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