#A58029

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

Shades of Hacienda #A58029

Tints of Hacienda #A58029

Color information

#A58029 (or 0xA58029) is unknown color: approx Hacienda. HEX triplet: A5, 80 and 29. RGB value is (165,128,41). Sum of RGB (Red+Green+Blue) = 165+128+41=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A58029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58029 is #5A7FD6. Grayscale: #818181. Windows color (decimal): -5930967 or 2719909. OLE color: 2719909.

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

Color convert

RGB16512841-
CMYK00.220.750.35
HSL42.1º60.19%40.39%-
HSV(B)42.1º75.15%64.71%-
XYZ23.6423.65.41-
YUV129.1578.26153.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 41 (16.41% from 255) = 12.28%
R=49.40%
G=38.32%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651284100.220.750.3542.160.1940.39
HexA580290164B232a3c28
Octal2452005102611343527450
Binary10100101100000001010010101101001011100011101010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58029; }

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

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

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

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

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

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

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

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