#A07C1B

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

Shades of Hacienda #A07C1B

Tints of Hacienda #A07C1B

Color information

#A07C1B (or 0xA07C1B) is unknown color: approx Hacienda. HEX triplet: A0, 7C and 1B. RGB value is (160,124,27). Sum of RGB (Red+Green+Blue) = 160+124+27=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C1B is #5F83E4. Grayscale: #7C7C7C. Windows color (decimal): -6259685 or 1801376. OLE color: 1801376.

HSL color Cylindrical-coordinate representation of color #A07C1B: hue angle of 43.76º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A07C1B is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB16012427-
CMYK00.220.830.37
HSL43.76º71.12%36.67%-
HSV(B)43.76º83.13%62.75%-
XYZ21.921.974.12-
YUV123.7173.43153.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 27 (10.94% from 255) = 8.68%
R=51.45%
G=39.87%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601242700.220.830.3743.7671.1236.67
HexA07C1B01653252c4725
Octal24017433026123455410745
Binary1010000011111001101101011010100111001011011001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C1B; }

 p { color: rgb(160,124,27); }

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

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

 a { background-color: rgb(160,124,27); }

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

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

 span { border-color: rgb(160,124,27); }

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