#A58D26

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

Shades of Hacienda #A58D26

Tints of Hacienda #A58D26

Color information

#A58D26 (or 0xA58D26) is unknown color: approx Hacienda. HEX triplet: A5, 8D and 26. RGB value is (165,141,38). Sum of RGB (Red+Green+Blue) = 165+141+38=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D26 is #5A72D9. Grayscale: #888888. Windows color (decimal): -5927642 or 2526629. OLE color: 2526629.

HSL color Cylindrical-coordinate representation of color #A58D26: hue angle of 48.66º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A58D26 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16514138-
CMYK00.150.770.35
HSL48.66º62.56%39.8%-
HSV(B)48.66º76.97%64.71%-
XYZ25.3927.195.74-
YUV136.4372.45148.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 141 (55.47% from 255) = 40.99%
BLUE value IS 38 (15.23% from 255) = 11.05%
R=47.97%
G=40.99%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651413800.150.770.3548.6662.5639.8
HexA58D260F4D23313f28
Octal2452154601711543617750
Binary1010010110001101100110011111001101100011110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D26; }

 p { color: rgb(165,141,38); }

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

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

 a { background-color: rgb(165,141,38); }

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

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

 span { border-color: rgb(165,141,38); }

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