#AC8621

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

Shades of Hacienda #AC8621

Tints of Hacienda #AC8621

Color information

#AC8621 (or 0xAC8621) is unknown color: approx Hacienda. HEX triplet: AC, 86 and 21. RGB value is (172,134,33). Sum of RGB (Red+Green+Blue) = 172+134+33=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8621 is #5379DE. Grayscale: #868686. Windows color (decimal): -5470687 or 2197164. OLE color: 2197164.

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

Color convert

RGB17213433-
CMYK00.220.810.33
HSL43.6º67.8%40.2%-
HSV(B)43.6º80.81%67.45%-
XYZ25.8125.935.08-
YUV133.8571.09155.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 33 (13.28% from 255) = 9.73%
R=50.74%
G=39.53%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721343300.220.810.3343.667.840.2
HexAC862101651212c4428
Octal25420641026121415410450
Binary101011001000011010000101011010100011000011011001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8621; }

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

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

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

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

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

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

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

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