#A5810F

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

Shades of Hacienda #A5810F

Tints of Hacienda #A5810F

Color information

#A5810F (or 0xA5810F) is unknown color: approx Hacienda. HEX triplet: A5, 81 and 0F. RGB value is (165,129,15). Sum of RGB (Red+Green+Blue) = 165+129+15=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5810F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5810F is #5A7EF0. Grayscale: #7F7F7F. Windows color (decimal): -5930737 or 1016229. OLE color: 1016229.

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

Color convert

RGB16512915-
CMYK00.220.910.35
HSL45.6º83.33%35.29%-
HSV(B)45.6º90.91%64.71%-
XYZ23.4523.733.8-
YUV126.7764.93155.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 15 (6.25% from 255) = 4.85%
R=53.40%
G=41.75%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651291500.220.910.3545.683.3335.29
HexA581F0165B232e5323
Octal24520117026133435612343
Binary1010010110000001111101011010110111000111011101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5810F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5810F; }

 p { color: rgb(165,129,15); }

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

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

 a { background-color: rgb(165,129,15); }

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

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

 span { border-color: rgb(165,129,15); }

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