#A5871F

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

Shades of Hacienda #A5871F

Tints of Hacienda #A5871F

Color information

#A5871F (or 0xA5871F) is unknown color: approx Hacienda. HEX triplet: A5, 87 and 1F. RGB value is (165,135,31). Sum of RGB (Red+Green+Blue) = 165+135+31=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5871F is #5A78E0. Grayscale: #848484. Windows color (decimal): -5929185 or 2066341. OLE color: 2066341.

HSL color Cylindrical-coordinate representation of color #A5871F: hue angle of 46.57º 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 #A5871F is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16513531-
CMYK00.180.810.35
HSL46.57º68.37%38.43%-
HSV(B)46.57º81.21%64.71%-
XYZ24.4325.434.92-
YUV132.1170.94151.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 31 (12.5% from 255) = 9.37%
R=49.85%
G=40.79%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651353100.180.810.3546.5768.3738.43
HexA5871F01251232f4426
Octal24520737022121435710446
Binary10100101100001111111101001010100011000111011111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5871F; }

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

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

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

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

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

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

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

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