#A37C0C

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

Shades of Hacienda #A37C0C

Tints of Hacienda #A37C0C

Color information

#A37C0C (or 0xA37C0C) is unknown color: approx Hacienda. HEX triplet: A3, 7C and 0C. RGB value is (163,124,12). Sum of RGB (Red+Green+Blue) = 163+124+12=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C0C is #5C83F3. Grayscale: #7B7B7B. Windows color (decimal): -6063092 or 818339. OLE color: 818339.

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

Color convert

RGB16312412-
CMYK00.240.930.36
HSL44.5º86.29%34.31%-
HSV(B)44.5º92.64%63.92%-
XYZ22.3822.233.46-
YUV122.8965.42156.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 12 (5.08% from 255) = 4.01%
R=54.52%
G=41.47%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631241200.240.930.3644.586.2934.31
HexA37CC0185D242d5622
Octal24317414030135445512642
Binary101000111111100110001100010111011001001011011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37C0C; }

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

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

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

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

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

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

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

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