#A37C1F

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

Shades of Hacienda #A37C1F

Tints of Hacienda #A37C1F

Color information

#A37C1F (or 0xA37C1F) is unknown color: approx Hacienda. HEX triplet: A3, 7C and 1F. RGB value is (163,124,31). Sum of RGB (Red+Green+Blue) = 163+124+31=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C1F is #5C83E0. Grayscale: #7D7D7D. Windows color (decimal): -6063073 or 2063523. OLE color: 2063523.

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

Color convert

RGB16312431-
CMYK00.240.810.36
HSL42.27º68.04%38.04%-
HSV(B)42.27º80.98%63.92%-
XYZ22.5622.34.41-
YUV125.0674.92155.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 124 (48.83% from 255) = 38.99%
BLUE value IS 31 (12.5% from 255) = 9.75%
R=51.26%
G=38.99%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631243100.240.810.3642.2768.0438.04
HexA37C1F01851242a4426
Octal24317437030121445210446
Binary1010001111111001111101100010100011001001010101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37C1F; }

 p { color: rgb(163,124,31); }

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

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

 a { background-color: rgb(163,124,31); }

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

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

 span { border-color: rgb(163,124,31); }

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