#A37922

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

Shades of Hacienda #A37922

Tints of Hacienda #A37922

Color information

#A37922 (or 0xA37922) is unknown color: approx Hacienda. HEX triplet: A3, 79 and 22. RGB value is (163,121,34). Sum of RGB (Red+Green+Blue) = 163+121+34=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A37922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37922 is #5C86DD. Grayscale: #7C7C7C. Windows color (decimal): -6063838 or 2259363. OLE color: 2259363.

HSL color Cylindrical-coordinate representation of color #A37922: hue angle of 40.47º 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 #A37922 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB16312134-
CMYK00.260.790.36
HSL40.47º65.48%38.63%-
HSV(B)40.47º79.14%63.92%-
XYZ22.2321.584.51-
YUV123.6477.41156.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 34 (13.67% from 255) = 10.69%
R=51.26%
G=38.05%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631213400.260.790.3640.4765.4838.63
HexA3792201A4F24284127
Octal24317142032117445010147
Binary10100011111100110001001101010011111001001010001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37922; }

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

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

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

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

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

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

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

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