#A07E25

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

Shades of Hacienda #A07E25

Tints of Hacienda #A07E25

Color information

#A07E25 (or 0xA07E25) is unknown color: approx Hacienda. HEX triplet: A0, 7E and 25. RGB value is (160,126,37). Sum of RGB (Red+Green+Blue) = 160+126+37=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E25 is #5F81DA. Grayscale: #7E7E7E. Windows color (decimal): -6259163 or 2457248. OLE color: 2457248.

HSL color Cylindrical-coordinate representation of color #A07E25: hue angle of 43.41º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A07E25 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB16012637-
CMYK00.210.770.37
HSL43.41º62.44%38.63%-
HSV(B)43.41º76.88%62.75%-
XYZ22.2922.534.92-
YUV126.0277.76152.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 37 (14.84% from 255) = 11.46%
R=49.54%
G=39.01%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601263700.210.770.3743.4162.4438.63
HexA07E250154D252b3e27
Octal2401764502511545537647
Binary1010000011111101001010101011001101100101101011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07E25; }

 p { color: rgb(160,126,37); }

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

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

 a { background-color: rgb(160,126,37); }

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

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

 span { border-color: rgb(160,126,37); }

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