#A17A1A

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

Shades of Hacienda #A17A1A

Tints of Hacienda #A17A1A

Color information

#A17A1A (or 0xA17A1A) is unknown color: approx Hacienda. HEX triplet: A1, 7A and 1A. RGB value is (161,122,26). Sum of RGB (Red+Green+Blue) = 161+122+26=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17A1A is #5E85E5. Grayscale: #7B7B7B. Windows color (decimal): -6194662 or 1735329. OLE color: 1735329.

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

Color convert

RGB16112226-
CMYK00.240.840.37
HSL42.67º72.19%36.67%-
HSV(B)42.67º83.85%63.14%-
XYZ21.8421.573.99-
YUV122.7273.42155.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 122 (48.05% from 255) = 39.48%
BLUE value IS 26 (10.55% from 255) = 8.41%
R=52.10%
G=39.48%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611222600.240.840.3742.6772.1936.67
HexA17A1A01854252b4825
Octal24117232030124455311045
Binary1010000111110101101001100010101001001011010111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17A1A; }

 p { color: rgb(161,122,26); }

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

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

 a { background-color: rgb(161,122,26); }

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

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

 span { border-color: rgb(161,122,26); }

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