#A5811F

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

Shades of Hacienda #A5811F

Tints of Hacienda #A5811F

Color information

#A5811F (or 0xA5811F) is unknown color: approx Hacienda. HEX triplet: A5, 81 and 1F. RGB value is (165,129,31). Sum of RGB (Red+Green+Blue) = 165+129+31=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5811F is #5A7EE0. Grayscale: #818181. Windows color (decimal): -5930721 or 2064805. OLE color: 2064805.

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

Color convert

RGB16512931-
CMYK00.220.810.35
HSL43.88º68.37%38.43%-
HSV(B)43.88º81.21%64.71%-
XYZ23.6123.84.65-
YUV128.5972.93153.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 31 (12.5% from 255) = 9.54%
R=50.77%
G=39.69%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651293100.220.810.3543.8868.3738.43
HexA5811F01651232c4426
Octal24520137026121435410446
Binary10100101100000011111101011010100011000111011001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5811F; }

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

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

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

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

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

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

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

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