#AC967E

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

Shades of Bronco #AC967E

Tints of Bronco #AC967E

Color information

#AC967E (or 0xAC967E) is unknown color: approx Bronco. HEX triplet: AC, 96 and 7E. RGB value is (172,150,126). Sum of RGB (Red+Green+Blue) = 172+150+126=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC967E is #536981. Grayscale: #999999. Windows color (decimal): -5466498 or 8296108. OLE color: 8296108.

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

Color convert

RGB172150126-
CMYK00.130.270.33
HSL31.3º21.7%58.43%-
HSV(B)31.3º26.74%67.45%-
XYZ31.6932.0924.26-
YUV153.84112.29140.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=38.39%
G=33.48%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215012600.130.270.3331.321.758.43
HexAC967E0D1B211f163a
Octal2542261760153341372672
Binary1010110010010110111111001101110111000011111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC967E; }

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

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

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

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

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

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

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

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