#A5801F

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

Shades of Hacienda #A5801F

Tints of Hacienda #A5801F

Color information

#A5801F (or 0xA5801F) is unknown color: approx Hacienda. HEX triplet: A5, 80 and 1F. RGB value is (165,128,31). Sum of RGB (Red+Green+Blue) = 165+128+31=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5801F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5801F is #5A7FE0. Grayscale: #808080. Windows color (decimal): -5930977 or 2064549. OLE color: 2064549.

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

Color convert

RGB16512831-
CMYK00.220.810.35
HSL43.43º68.37%38.43%-
HSV(B)43.43º81.21%64.71%-
XYZ23.4823.544.6-
YUV12873.26154.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=50.93%
G=39.51%
B=9.57%

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
Decimal1651283100.220.810.3543.4368.3738.43
HexA5801F01651232b4426
Octal24520037026121435310446
Binary10100101100000001111101011010100011000111010111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5801F; }

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

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

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

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

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

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

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

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