#A27A13

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

Shades of Hacienda #A27A13

Tints of Hacienda #A27A13

Color information

#A27A13 (or 0xA27A13) is unknown color: approx Hacienda. HEX triplet: A2, 7A and 13. RGB value is (162,122,19). Sum of RGB (Red+Green+Blue) = 162+122+19=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A13 is #5D85EC. Grayscale: #7A7A7A. Windows color (decimal): -6129133 or 1276578. OLE color: 1276578.

HSL color Cylindrical-coordinate representation of color #A27A13: hue angle of 43.22º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A27A13 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB16212219-
CMYK00.250.880.36
HSL43.22º79.01%35.49%-
HSV(B)43.22º88.27%63.53%-
XYZ21.9821.653.64-
YUV122.2269.75156.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=53.47%
G=40.26%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621221900.250.880.3643.2279.0135.49
HexA27A1301958242b4f23
Octal24217223031130445311743
Binary1010001011110101001101100110110001001001010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A13; }

 p { color: rgb(162,122,19); }

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

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

 a { background-color: rgb(162,122,19); }

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

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

 span { border-color: rgb(162,122,19); }

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