#A98426

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

Shades of Hacienda #A98426

Tints of Hacienda #A98426

Color information

#A98426 (or 0xA98426) is unknown color: approx Hacienda. HEX triplet: A9, 84 and 26. RGB value is (169,132,38). Sum of RGB (Red+Green+Blue) = 169+132+38=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A98426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98426 is #567BD9. Grayscale: #848484. Windows color (decimal): -5667802 or 2524329. OLE color: 2524329.

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

Color convert

RGB16913238-
CMYK00.220.780.34
HSL43.05º63.29%40.59%-
HSV(B)43.05º77.51%66.27%-
XYZ24.9625.085.36-
YUV132.3574.76154.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 38 (15.23% from 255) = 11.21%
R=49.85%
G=38.94%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691323800.220.780.3443.0563.2940.59
HexA984260164E222b3f29
Octal2512044602611642537751
Binary10101001100001001001100101101001110100010101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98426; }

 p { color: rgb(169,132,38); }

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

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

 a { background-color: rgb(169,132,38); }

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

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

 span { border-color: rgb(169,132,38); }

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