#AC861E

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

Shades of Hacienda #AC861E

Tints of Hacienda #AC861E

Color information

#AC861E (or 0xAC861E) is unknown color: approx Hacienda. HEX triplet: AC, 86 and 1E. RGB value is (172,134,30). Sum of RGB (Red+Green+Blue) = 172+134+30=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC861E is #5379E1. Grayscale: #858585. Windows color (decimal): -5470690 or 2000556. OLE color: 2000556.

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

Color convert

RGB17213430-
CMYK00.220.830.33
HSL43.94º70.3%39.61%-
HSV(B)43.94º82.56%67.45%-
XYZ25.7725.914.87-
YUV133.5169.59155.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 30 (12.11% from 255) = 8.93%
R=51.19%
G=39.88%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721343000.220.830.3343.9470.339.61
HexAC861E01653212c4628
Octal25420636026123415410650
Binary10101100100001101111001011010100111000011011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC861E; }

 p { color: rgb(172,134,30); }

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

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

 a { background-color: rgb(172,134,30); }

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

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

 span { border-color: rgb(172,134,30); }

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