#A47C1F

Color #A47C1F Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A47C1F

Tints of Hacienda #A47C1F

Color information

#A47C1F (or 0xA47C1F) is unknown color: approx Hacienda. HEX triplet: A4, 7C and 1F. RGB value is (164,124,31). Sum of RGB (Red+Green+Blue) = 164+124+31=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47C1F is #5B83E0. Grayscale: #7D7D7D. Windows color (decimal): -5997537 or 2063524. OLE color: 2063524.

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

Color convert

RGB16412431-
CMYK00.240.810.36
HSL41.95º68.21%38.24%-
HSV(B)41.95º81.1%64.31%-
XYZ22.7622.414.42-
YUV125.3674.75155.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 31 (12.5% from 255) = 9.72%
R=51.41%
G=38.87%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641243100.240.810.3641.9568.2138.24
HexA47C1F01851242a4426
Octal24417437030121445210446
Binary1010010011111001111101100010100011001001010101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C1F; }

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

 H1.HeaderClassName
 {
   color: #A47C1F;
 }
 .AnyTagClassName
 {
   color: #A47C1F;
 }
</style>
background-color css

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

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

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

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

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

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