#AC7B18

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

Shades of Hacienda #AC7B18

Tints of Hacienda #AC7B18

Color information

#AC7B18 (or 0xAC7B18) is unknown color: approx Hacienda. HEX triplet: AC, 7B and 18. RGB value is (172,123,24). Sum of RGB (Red+Green+Blue) = 172+123+24=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7B18 is #5384E7. Grayscale: #7E7E7E. Windows color (decimal): -5473512 or 1604524. OLE color: 1604524.

HSL color Cylindrical-coordinate representation of color #AC7B18: hue angle of 40.14º 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 #AC7B18 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB17212324-
CMYK00.280.860.33
HSL40.14º75.51%38.43%-
HSV(B)40.14º86.05%67.45%-
XYZ24.26234.03-
YUV126.3670.23160.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=53.92%
G=38.56%
B=7.52%

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
Decimal1721232400.280.860.3340.1475.5138.43
HexAC7B1801C5621284c26
Octal25417330034126415011446
Binary1010110011110111100001110010101101000011010001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B18; }

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

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

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

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

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

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

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

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