#AA8B1E

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

Shades of Hacienda #AA8B1E

Tints of Hacienda #AA8B1E

Color information

#AA8B1E (or 0xAA8B1E) is unknown color: approx Hacienda. HEX triplet: AA, 8B and 1E. RGB value is (170,139,30). Sum of RGB (Red+Green+Blue) = 170+139+30=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8B1E is #5574E1. Grayscale: #888888. Windows color (decimal): -5600482 or 2001834. OLE color: 2001834.

HSL color Cylindrical-coordinate representation of color #AA8B1E: hue angle of 46.71º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA8B1E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17013930-
CMYK00.180.820.33
HSL46.71º70%39.22%-
HSV(B)46.71º82.35%66.67%-
XYZ26.0427.115.09-
YUV135.8468.27152.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=50.15%
G=41.00%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701393000.180.820.3346.717039.22
HexAA8B1E01252212f4627
Octal25221336022122415710647
Binary10101010100010111111001001010100101000011011111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B1E; }

 p { color: rgb(170,139,30); }

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

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

 a { background-color: rgb(170,139,30); }

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

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

 span { border-color: rgb(170,139,30); }

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