#AC7C18

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

Shades of Hacienda #AC7C18

Tints of Hacienda #AC7C18

Color information

#AC7C18 (or 0xAC7C18) is unknown color: approx Hacienda. HEX triplet: AC, 7C and 18. RGB value is (172,124,24). Sum of RGB (Red+Green+Blue) = 172+124+24=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7C18 is #5383E7. Grayscale: #7F7F7F. Windows color (decimal): -5473256 or 1604780. OLE color: 1604780.

HSL color Cylindrical-coordinate representation of color #AC7C18: hue angle of 40.54º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC7C18 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB17212424-
CMYK00.280.860.33
HSL40.54º75.51%38.43%-
HSV(B)40.54º86.05%67.45%-
XYZ24.3923.254.07-
YUV126.9569.9160.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.75%
GREEN value IS 124 (48.83% from 255) = 38.75%
BLUE value IS 24 (9.77% from 255) = 7.5%
R=53.75%
G=38.75%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721242400.280.860.3340.5475.5138.43
HexAC7C1801C5621294c26
Octal25417430034126415111446
Binary1010110011111001100001110010101101000011010011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C18; }

 p { color: rgb(172,124,24); }

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

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

 a { background-color: rgb(172,124,24); }

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

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

 span { border-color: rgb(172,124,24); }

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