#AC831A

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

Shades of Hacienda #AC831A

Tints of Hacienda #AC831A

Color information

#AC831A (or 0xAC831A) is unknown color: approx Hacienda. HEX triplet: AC, 83 and 1A. RGB value is (172,131,26). Sum of RGB (Red+Green+Blue) = 172+131+26=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC831A is #537CE5. Grayscale: #838383. Windows color (decimal): -5471462 or 1737644. OLE color: 1737644.

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

Color convert

RGB17213126-
CMYK00.240.850.33
HSL43.15º73.74%38.82%-
HSV(B)43.15º84.88%67.45%-
XYZ25.3225.084.48-
YUV131.2968.58157.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.28%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 26 (10.55% from 255) = 7.90%
R=52.28%
G=39.82%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721312600.240.850.3343.1573.7438.82
HexAC831A01855212b4a27
Octal25420332030125415311247
Binary10101100100000111101001100010101011000011010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC831A; }

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

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

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

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

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

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

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

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