#a98529

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

Shades of Hacienda #A98529

Tints of Hacienda #A98529

Color information

#A98529 (or 0xA98529) is unknown color: approx Hacienda. HEX triplet: A9, 85 and 29. RGB value is (169,133,41). Sum of RGB (Red+Green+Blue) = 169+133+41=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A98529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98529 is #567AD6. Grayscale: #858585. Windows color (decimal): -5667543 or 2721193. OLE color: 2721193.

HSL color Cylindrical-coordinate representation of color #A98529: hue angle of 43.12º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A98529 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB16913341-
CMYK00.210.760.34
HSL43.12º60.95%41.18%-
HSV(B)43.12º75.74%66.27%-
XYZ25.1525.375.67-
YUV133.2875.93153.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 41 (16.41% from 255) = 11.95%
R=49.27%
G=38.78%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691334100.210.760.3443.1260.9541.18
HexA985290154C222b3d29
Octal2512055102511442537551
Binary10101001100001011010010101011001100100010101011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a98529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a98529; }

 p { color: rgb(169,133,41); }

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

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

 a { background-color: rgb(169,133,41); }

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

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

 span { border-color: rgb(169,133,41); }

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