#AC7C1B

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

Shades of Hacienda #AC7C1B

Tints of Hacienda #AC7C1B

Color information

#AC7C1B (or 0xAC7C1B) is unknown color: approx Hacienda. HEX triplet: AC, 7C and 1B. RGB value is (172,124,27). Sum of RGB (Red+Green+Blue) = 172+124+27=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C1B is #5383E4. Grayscale: #7F7F7F. Windows color (decimal): -5473253 or 1801388. OLE color: 1801388.

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

Color convert

RGB17212427-
CMYK00.280.840.33
HSL40.14º72.86%39.02%-
HSV(B)40.14º84.3%67.45%-
XYZ24.4223.274.24-
YUV127.2971.4159.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 27 (10.94% from 255) = 8.36%
R=53.25%
G=38.39%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721242700.280.840.3340.1472.8639.02
HexAC7C1B01C5421284927
Octal25417433034124415011147
Binary1010110011111001101101110010101001000011010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C1B; }

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

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

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

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

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

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

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

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