#A07E23

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

Shades of Hacienda #A07E23

Tints of Hacienda #A07E23

Color information

#A07E23 (or 0xA07E23) is unknown color: approx Hacienda. HEX triplet: A0, 7E and 23. RGB value is (160,126,35). Sum of RGB (Red+Green+Blue) = 160+126+35=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E23 is #5F81DC. Grayscale: #7E7E7E. Windows color (decimal): -6259165 or 2326176. OLE color: 2326176.

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

Color convert

RGB16012635-
CMYK00.210.780.37
HSL43.68º64.1%38.24%-
HSV(B)43.68º78.12%62.75%-
XYZ22.2622.524.76-
YUV125.7976.76152.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 35 (14.06% from 255) = 10.90%
R=49.84%
G=39.25%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601263500.210.780.3743.6864.138.24
HexA07E230154E252c4026
Octal24017643025116455410046
Binary10100000111111010001101010110011101001011011001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07E23; }

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

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

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

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

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

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

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

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