#A17C1B

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

Shades of Hacienda #A17C1B

Tints of Hacienda #A17C1B

Color information

#A17C1B (or 0xA17C1B) is unknown color: approx Hacienda. HEX triplet: A1, 7C and 1B. RGB value is (161,124,27). Sum of RGB (Red+Green+Blue) = 161+124+27=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C1B is #5E83E4. Grayscale: #7C7C7C. Windows color (decimal): -6194149 or 1801377. OLE color: 1801377.

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

Color convert

RGB16112427-
CMYK00.230.830.37
HSL43.43º71.28%36.86%-
HSV(B)43.43º83.23%63.14%-
XYZ22.122.074.13-
YUV12473.26154.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.60%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=51.60%
G=39.74%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611242700.230.830.3743.4371.2836.86
HexA17C1B01753252b4725
Octal24117433027123455310745
Binary1010000111111001101101011110100111001011010111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C1B; }

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

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

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

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

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

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

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

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