#A5881F

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

Shades of Hacienda #A5881F

Tints of Hacienda #A5881F

Color information

#A5881F (or 0xA5881F) is unknown color: approx Hacienda. HEX triplet: A5, 88 and 1F. RGB value is (165,136,31). Sum of RGB (Red+Green+Blue) = 165+136+31=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A5881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5881F is #5A77E0. Grayscale: #858585. Windows color (decimal): -5928929 or 2066597. OLE color: 2066597.

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

Color convert

RGB16513631-
CMYK00.180.810.35
HSL47.01º68.37%38.43%-
HSV(B)47.01º81.21%64.71%-
XYZ24.5725.714.96-
YUV132.770.61151.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 31 (12.5% from 255) = 9.34%
R=49.70%
G=40.96%
B=9.34%

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
Decimal1651363100.180.810.3547.0168.3738.43
HexA5881F01251232f4426
Octal24521037022121435710446
Binary10100101100010001111101001010100011000111011111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5881F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5881F; }

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

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

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

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

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

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

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

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