#AC9875

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

Shades of Bronco #AC9875

Tints of Bronco #AC9875

Color information

#AC9875 (or 0xAC9875) is unknown color: approx Bronco. HEX triplet: AC, 98 and 75. RGB value is (172,152,117). Sum of RGB (Red+Green+Blue) = 172+152+117=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9875 is #53678A. Grayscale: #9A9A9A. Windows color (decimal): -5465995 or 7706796. OLE color: 7706796.

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

Color convert

RGB172152117-
CMYK00.120.320.33
HSL38.18º24.89%56.67%-
HSV(B)38.18º31.98%67.45%-
XYZ31.4532.5121.45-
YUV153.99107.13140.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=39.00%
G=34.47%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215211700.120.320.3338.1824.8956.67
HexAC98750C2021261939
Octal2542301650144041463171
Binary101011001001100011101010110010000010000110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9875; }

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

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

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

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

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

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

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

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