#A17C2A

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

Shades of Hacienda #A17C2A

Tints of Hacienda #A17C2A

Color information

#A17C2A (or 0xA17C2A) is unknown color: approx Hacienda. HEX triplet: A1, 7C and 2A. RGB value is (161,124,42). Sum of RGB (Red+Green+Blue) = 161+124+42=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C2A is #5E83D5. Grayscale: #7E7E7E. Windows color (decimal): -6194134 or 2784417. OLE color: 2784417.

HSL color Cylindrical-coordinate representation of color #A17C2A: hue angle of 41.34º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A17C2A is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16112442-
CMYK00.230.740.37
HSL41.34º58.62%39.8%-
HSV(B)41.34º73.91%63.14%-
XYZ22.3222.165.29-
YUV125.7180.76153.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=49.24%
G=37.92%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611244200.230.740.3741.3458.6239.8
HexA17C2A0174A25293b28
Octal2411745202711245517350
Binary1010000111111001010100101111001010100101101001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C2A; }

 p { color: rgb(161,124,42); }

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

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

 a { background-color: rgb(161,124,42); }

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

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

 span { border-color: rgb(161,124,42); }

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