#AC987A

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

Shades of Bronco #AC987A

Tints of Bronco #AC987A

Color information

#AC987A (or 0xAC987A) is unknown color: approx Bronco. HEX triplet: AC, 98 and 7A. RGB value is (172,152,122). Sum of RGB (Red+Green+Blue) = 172+152+122=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC987A is #536785. Grayscale: #9A9A9A. Windows color (decimal): -5465990 or 8034476. OLE color: 8034476.

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

Color convert

RGB172152122-
CMYK00.120.290.33
HSL36º23.15%57.65%-
HSV(B)36º29.07%67.45%-
XYZ31.7532.6323.04-
YUV154.56109.63140.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=38.57%
G=34.08%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215212200.120.290.333623.1557.65
HexAC987A0C1D2124173a
Octal2542301720143541442772
Binary10101100100110001111010011001110110000110010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC987A; }

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

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

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

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

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

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

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

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