#AC9673

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

Shades of Bronco #AC9673

Tints of Bronco #AC9673

Color information

#AC9673 (or 0xAC9673) is unknown color: approx Bronco. HEX triplet: AC, 96 and 73. RGB value is (172,150,115). Sum of RGB (Red+Green+Blue) = 172+150+115=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9673 is #53698C. Grayscale: #989898. Windows color (decimal): -5466509 or 7575212. OLE color: 7575212.

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

Color convert

RGB172150115-
CMYK00.130.330.33
HSL36.84º25.56%56.27%-
HSV(B)36.84º33.14%67.45%-
XYZ31.0131.8220.73-
YUV152.59106.79141.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=39.36%
G=34.32%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215011500.130.330.3336.8425.5656.27
HexAC96730D2121251a38
Octal2542261630154141453270
Binary101011001001011011100110110110000110000110010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9673; }

 p { color: rgb(172,150,115); }

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

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

 a { background-color: rgb(172,150,115); }

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

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

 span { border-color: rgb(172,150,115); }

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