#A37A1B

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

Shades of Hacienda #A37A1B

Tints of Hacienda #A37A1B

Color information

#A37A1B (or 0xA37A1B) is unknown color: approx Hacienda. HEX triplet: A3, 7A and 1B. RGB value is (163,122,27). Sum of RGB (Red+Green+Blue) = 163+122+27=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A1B is #5C85E4. Grayscale: #7B7B7B. Windows color (decimal): -6063589 or 1800867. OLE color: 1800867.

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

Color convert

RGB16312227-
CMYK00.250.830.36
HSL41.91º71.58%37.25%-
HSV(B)41.91º83.44%63.92%-
XYZ22.2621.784.07-
YUV123.4373.58156.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.24%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=52.24%
G=39.10%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631222700.250.830.3641.9171.5837.25
HexA37A1B01953242a4825
Octal24317233031123445211045
Binary1010001111110101101101100110100111001001010101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A1B; }

 p { color: rgb(163,122,27); }

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

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

 a { background-color: rgb(163,122,27); }

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

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

 span { border-color: rgb(163,122,27); }

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