#A5801E

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

Shades of Hacienda #A5801E

Tints of Hacienda #A5801E

Color information

#A5801E (or 0xA5801E) is unknown color: approx Hacienda. HEX triplet: A5, 80 and 1E. RGB value is (165,128,30). Sum of RGB (Red+Green+Blue) = 165+128+30=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5801E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5801E is #5A7FE1. Grayscale: #808080. Windows color (decimal): -5930978 or 1999013. OLE color: 1999013.

HSL color Cylindrical-coordinate representation of color #A5801E: hue angle of 43.56º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5801E is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB16512830-
CMYK00.220.820.35
HSL43.56º69.23%38.24%-
HSV(B)43.56º81.82%64.71%-
XYZ23.4723.534.53-
YUV127.8972.76154.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 30 (12.11% from 255) = 9.29%
R=51.08%
G=39.63%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651283000.220.820.3543.5669.2338.24
HexA5801E01652232c4526
Octal24520036026122435410546
Binary10100101100000001111001011010100101000111011001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5801E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5801E; }

 p { color: rgb(165,128,30); }

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

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

 a { background-color: rgb(165,128,30); }

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

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

 span { border-color: rgb(165,128,30); }

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