#AC7B1A

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

Shades of Hacienda #AC7B1A

Tints of Hacienda #AC7B1A

Color information

#AC7B1A (or 0xAC7B1A) is unknown color: approx Hacienda. HEX triplet: AC, 7B and 1A. RGB value is (172,123,26). Sum of RGB (Red+Green+Blue) = 172+123+26=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B1A is #5384E5. Grayscale: #7F7F7F. Windows color (decimal): -5473510 or 1735596. OLE color: 1735596.

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

Color convert

RGB17212326-
CMYK00.280.850.33
HSL39.86º73.74%38.82%-
HSV(B)39.86º84.88%67.45%-
XYZ24.2823.014.14-
YUV126.5971.23160.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 26 (10.55% from 255) = 8.10%
R=53.58%
G=38.32%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721232600.280.850.3339.8673.7438.82
HexAC7B1A01C5521284a27
Octal25417332034125415011247
Binary1010110011110111101001110010101011000011010001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7B1A; }

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

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

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

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

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

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

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

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