#AC9574

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

Shades of Bronco #AC9574

Tints of Bronco #AC9574

Color information

#AC9574 (or 0xAC9574) is unknown color: approx Bronco. HEX triplet: AC, 95 and 74. RGB value is (172,149,116). Sum of RGB (Red+Green+Blue) = 172+149+116=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9574 is #536A8B. Grayscale: #989898. Windows color (decimal): -5466764 or 7640492. OLE color: 7640492.

HSL color Cylindrical-coordinate representation of color #AC9574: hue angle of 35.36º degrees, saturation: 0.25, 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 #AC9574 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB172149116-
CMYK00.130.330.33
HSL35.36º25.23%56.47%-
HSV(B)35.36º32.56%67.45%-
XYZ30.9131.5320.98-
YUV152.11107.62142.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=39.36%
G=34.10%
B=26.54%

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
Decimal17214911600.130.330.3335.3625.2356.47
HexAC95740D2121231938
Octal2542251640154141433170
Binary101011001001010111101000110110000110000110001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9574; }

 p { color: rgb(172,149,116); }

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

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

 a { background-color: rgb(172,149,116); }

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

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

 span { border-color: rgb(172,149,116); }

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