#A47D29

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

Shades of Hacienda #A47D29

Tints of Hacienda #A47D29

Color information

#A47D29 (or 0xA47D29) is unknown color: approx Hacienda. HEX triplet: A4, 7D and 29. RGB value is (164,125,41). Sum of RGB (Red+Green+Blue) = 164+125+41=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47D29 is #5B82D6. Grayscale: #7F7F7F. Windows color (decimal): -5997271 or 2719140. OLE color: 2719140.

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

Color convert

RGB16412541-
CMYK00.240.750.36
HSL40.98º60%40.2%-
HSV(B)40.98º75%64.31%-
XYZ23.0422.725.27-
YUV127.0879.42154.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=49.70%
G=37.88%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641254100.240.750.3640.986040.2
HexA47D290184B24293c28
Octal2441755103011344517450
Binary1010010011111011010010110001001011100100101001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D29; }

 p { color: rgb(164,125,41); }

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

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

 a { background-color: rgb(164,125,41); }

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

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

 span { border-color: rgb(164,125,41); }

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