#AC987D

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

Shades of Bronco #AC987D

Tints of Bronco #AC987D

Color information

#AC987D (or 0xAC987D) is unknown color: approx Bronco. HEX triplet: AC, 98 and 7D. RGB value is (172,152,125). Sum of RGB (Red+Green+Blue) = 172+152+125=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC987D is #536782. Grayscale: #9B9B9B. Windows color (decimal): -5465987 or 8231084. OLE color: 8231084.

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

Color convert

RGB172152125-
CMYK00.120.270.33
HSL34.47º22.07%58.24%-
HSV(B)34.47º27.33%67.45%-
XYZ31.9432.7124.03-
YUV154.9111.13140.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=38.31%
G=33.85%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215212500.120.270.3334.4722.0758.24
HexAC987D0C1B2122163a
Octal2542301750143341422672
Binary10101100100110001111101011001101110000110001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC987D; }

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

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

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

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

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

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

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

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