#AC987F

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

Shades of Bronco #AC987F

Tints of Bronco #AC987F

Color information

#AC987F (or 0xAC987F) is unknown color: approx Bronco. HEX triplet: AC, 98 and 7F. RGB value is (172,152,127). Sum of RGB (Red+Green+Blue) = 172+152+127=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC987F is #536780. Grayscale: #9B9B9B. Windows color (decimal): -5465985 or 8362156. OLE color: 8362156.

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

Color convert

RGB172152127-
CMYK00.120.260.33
HSL33.33º21.33%58.63%-
HSV(B)33.33º26.16%67.45%-
XYZ32.0732.7624.71-
YUV155.13112.13140.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 127 (50% from 255) = 28.16%
R=38.14%
G=33.70%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215212700.120.260.3333.3321.3358.63
HexAC987F0C1A2121153b
Octal2542301770143241412573
Binary10101100100110001111111011001101010000110000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC987F; }

 p { color: rgb(172,152,127); }

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

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

 a { background-color: rgb(172,152,127); }

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

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

 span { border-color: rgb(172,152,127); }

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