#a58628

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

Shades of Hacienda #A58628

Tints of Hacienda #A58628

Color information

#A58628 (or 0xA58628) is unknown color: approx Hacienda. HEX triplet: A5, 86 and 28. RGB value is (165,134,40). Sum of RGB (Red+Green+Blue) = 165+134+40=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A58628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58628 is #5A79D7. Grayscale: #848484. Windows color (decimal): -5929432 or 2655909. OLE color: 2655909.

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

Color convert

RGB16513440-
CMYK00.190.760.35
HSL45.12º60.98%40.2%-
HSV(B)45.12º75.76%64.71%-
XYZ24.4325.25.58-
YUV132.5575.77151.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 40 (16.02% from 255) = 11.80%
R=48.67%
G=39.53%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651344000.190.760.3545.1260.9840.2
HexA586280134C232d3d28
Octal2452065002311443557550
Binary10100101100001101010000100111001100100011101101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58628; }

 p { color: rgb(165,134,40); }

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

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

 a { background-color: rgb(165,134,40); }

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

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

 span { border-color: rgb(165,134,40); }

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