#A27C22

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

Shades of Hacienda #A27C22

Tints of Hacienda #A27C22

Color information

#A27C22 (or 0xA27C22) is unknown color: approx Hacienda. HEX triplet: A2, 7C and 22. RGB value is (162,124,34). Sum of RGB (Red+Green+Blue) = 162+124+34=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C22 is #5D83DD. Grayscale: #7D7D7D. Windows color (decimal): -6128606 or 2260130. OLE color: 2260130.

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

Color convert

RGB16212434-
CMYK00.230.790.36
HSL42.19º65.31%38.43%-
HSV(B)42.19º79.01%63.53%-
XYZ22.422.214.62-
YUV125.176.59154.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 124 (48.83% from 255) = 38.75%
BLUE value IS 34 (13.67% from 255) = 10.62%
R=50.62%
G=38.75%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621243400.230.790.3642.1965.3138.43
HexA27C220174F242a4126
Octal24217442027117445210146
Binary10100010111110010001001011110011111001001010101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C22; }

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

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

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

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

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

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

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

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