#a47f2c

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

Shades of Hacienda #A47F2C

Tints of Hacienda #A47F2C

Color information

#A47F2C (or 0xA47F2C) is unknown color: approx Hacienda. HEX triplet: A4, 7F and 2C. RGB value is (164,127,44). Sum of RGB (Red+Green+Blue) = 164+127+44=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F2C is #5B80D3. Grayscale: #808080. Windows color (decimal): -5996756 or 2916260. OLE color: 2916260.

HSL color Cylindrical-coordinate representation of color #A47F2C: hue angle of 41.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A47F2C is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16412744-
CMYK00.230.730.36
HSL41.5º57.69%40.78%-
HSV(B)41.5º73.17%64.31%-
XYZ23.3523.255.64-
YUV128.680.26153.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 44 (17.58% from 255) = 13.13%
R=48.96%
G=37.91%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641274400.230.730.3641.557.6940.78
HexA47F2C01749242a3a29
Octal2441775402711144527251
Binary1010010011111111011000101111001001100100101010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a47f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a47f2c; }

 p { color: rgb(164,127,44); }

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

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

 a { background-color: rgb(164,127,44); }

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

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

 span { border-color: rgb(164,127,44); }

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