#AC9876

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

Shades of Bronco #AC9876

Tints of Bronco #AC9876

Color information

#AC9876 (or 0xAC9876) is unknown color: approx Bronco. HEX triplet: AC, 98 and 76. RGB value is (172,152,118). Sum of RGB (Red+Green+Blue) = 172+152+118=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9876 is #536789. Grayscale: #9A9A9A. Windows color (decimal): -5465994 or 7772332. OLE color: 7772332.

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

Color convert

RGB172152118-
CMYK00.120.310.33
HSL37.78º24.55%56.86%-
HSV(B)37.78º31.4%67.45%-
XYZ31.5132.5421.76-
YUV154.1107.63140.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=38.91%
G=34.39%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215211800.120.310.3337.7824.5556.86
HexAC98760C1F21261939
Octal2542301660143741463171
Binary10101100100110001110110011001111110000110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9876; }

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

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

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

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

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

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

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

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