#A27C1A

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

Shades of Hacienda #A27C1A

Tints of Hacienda #A27C1A

Color information

#A27C1A (or 0xA27C1A) is unknown color: approx Hacienda. HEX triplet: A2, 7C and 1A. RGB value is (162,124,26). Sum of RGB (Red+Green+Blue) = 162+124+26=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C1A is #5D83E5. Grayscale: #7C7C7C. Windows color (decimal): -6128614 or 1735842. OLE color: 1735842.

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

Color convert

RGB16212426-
CMYK00.230.840.36
HSL43.24º72.34%36.86%-
HSV(B)43.24º83.95%63.53%-
XYZ22.2922.174.08-
YUV124.1972.59154.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 26 (10.55% from 255) = 8.33%
R=51.92%
G=39.74%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621242600.230.840.3643.2472.3436.86
HexA27C1A01754242b4825
Octal24217432027124445311045
Binary1010001011111001101001011110101001001001010111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C1A; }

 p { color: rgb(162,124,26); }

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

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

 a { background-color: rgb(162,124,26); }

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

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

 span { border-color: rgb(162,124,26); }

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