#aa8126

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

Shades of Hacienda #AA8126

Tints of Hacienda #AA8126

Color information

#AA8126 (or 0xAA8126) is unknown color: approx Hacienda. HEX triplet: AA, 81 and 26. RGB value is (170,129,38). Sum of RGB (Red+Green+Blue) = 170+129+38=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8126 is #557ED9. Grayscale: #838383. Windows color (decimal): -5603034 or 2523562. OLE color: 2523562.

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

Color convert

RGB17012938-
CMYK00.240.780.33
HSL41.36º63.46%40.78%-
HSV(B)41.36º77.65%66.67%-
XYZ24.7824.395.23-
YUV130.8875.58155.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 38 (15.23% from 255) = 11.28%
R=50.45%
G=38.28%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701293800.240.780.3341.3663.4640.78
HexAA81260184E21293f29
Octal2522014603011641517751
Binary10101010100000011001100110001001110100001101001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8126; }

 p { color: rgb(170,129,38); }

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

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

 a { background-color: rgb(170,129,38); }

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

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

 span { border-color: rgb(170,129,38); }

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