#A58C26

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

Shades of Hacienda #A58C26

Tints of Hacienda #A58C26

Color information

#A58C26 (or 0xA58C26) is unknown color: approx Hacienda. HEX triplet: A5, 8C and 26. RGB value is (165,140,38). Sum of RGB (Red+Green+Blue) = 165+140+38=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58C26 is #5A73D9. Grayscale: #888888. Windows color (decimal): -5927898 or 2526373. OLE color: 2526373.

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

Color convert

RGB16514038-
CMYK00.150.770.35
HSL48.19º62.56%39.8%-
HSV(B)48.19º76.97%64.71%-
XYZ25.2426.95.69-
YUV135.8572.78148.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.10%
GREEN value IS 140 (55.08% from 255) = 40.82%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=48.10%
G=40.82%
B=11.08%

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
Decimal1651403800.150.770.3548.1962.5639.8
HexA58C260F4D23303f28
Octal2452144601711543607750
Binary1010010110001100100110011111001101100011110000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C26; }

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

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

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

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

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

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

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

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