#AC801F

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

Shades of Hacienda #AC801F

Tints of Hacienda #AC801F

Color information

#AC801F (or 0xAC801F) is unknown color: approx Hacienda. HEX triplet: AC, 80 and 1F. RGB value is (172,128,31). Sum of RGB (Red+Green+Blue) = 172+128+31=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC801F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC801F is #537FE0. Grayscale: #828282. Windows color (decimal): -5472225 or 2064556. OLE color: 2064556.

HSL color Cylindrical-coordinate representation of color #AC801F: hue angle of 41.28º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC801F is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17212831-
CMYK00.260.820.33
HSL41.28º69.46%39.8%-
HSV(B)41.28º81.98%67.45%-
XYZ24.9824.314.67-
YUV130.172.08157.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 31 (12.5% from 255) = 9.37%
R=51.96%
G=38.67%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721283100.260.820.3341.2869.4639.8
HexAC801F01A5221294528
Octal25420037032122415110550
Binary10101100100000001111101101010100101000011010011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC801F; }

 p { color: rgb(172,128,31); }

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

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

 a { background-color: rgb(172,128,31); }

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

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

 span { border-color: rgb(172,128,31); }

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