#ac8b1f

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

Shades of Hacienda #AC8B1F

Tints of Hacienda #AC8B1F

Color information

#AC8B1F (or 0xAC8B1F) is unknown color: approx Hacienda. HEX triplet: AC, 8B and 1F. RGB value is (172,139,31). Sum of RGB (Red+Green+Blue) = 172+139+31=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B1F is #5374E0. Grayscale: #898989. Windows color (decimal): -5469409 or 2067372. OLE color: 2067372.

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

Color convert

RGB17213931-
CMYK00.190.820.33
HSL45.96º69.46%39.8%-
HSV(B)45.96º81.98%67.45%-
XYZ26.4927.335.18-
YUV136.5568.43153.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 31 (12.5% from 255) = 9.06%
R=50.29%
G=40.64%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721393100.190.820.3345.9669.4639.8
HexAC8B1F01352212e4528
Octal25421337023122415610550
Binary10101100100010111111101001110100101000011011101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8b1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8b1f; }

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

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

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

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

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

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

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

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