#A37E22

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

Shades of Hacienda #A37E22

Tints of Hacienda #A37E22

Color information

#A37E22 (or 0xA37E22) is unknown color: approx Hacienda. HEX triplet: A3, 7E and 22. RGB value is (163,126,34). Sum of RGB (Red+Green+Blue) = 163+126+34=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E22 is #5C81DD. Grayscale: #7E7E7E. Windows color (decimal): -6062558 or 2260643. OLE color: 2260643.

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

Color convert

RGB16312634-
CMYK00.230.790.36
HSL42.79º65.48%38.63%-
HSV(B)42.79º79.14%63.92%-
XYZ22.8522.824.71-
YUV126.5775.76153.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=50.46%
G=39.01%
B=10.53%

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
Decimal1631263400.230.790.3642.7965.4838.63
HexA37E220174F242b4127
Octal24317642027117445310147
Binary10100011111111010001001011110011111001001010111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E22; }

 p { color: rgb(163,126,34); }

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

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

 a { background-color: rgb(163,126,34); }

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

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

 span { border-color: rgb(163,126,34); }

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