#AC967D

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

Shades of Bronco #AC967D

Tints of Bronco #AC967D

Color information

#AC967D (or 0xAC967D) is unknown color: approx Bronco. HEX triplet: AC, 96 and 7D. RGB value is (172,150,125). Sum of RGB (Red+Green+Blue) = 172+150+125=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC967D is #536982. Grayscale: #999999. Windows color (decimal): -5466499 or 8230572. OLE color: 8230572.

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

Color convert

RGB172150125-
CMYK00.130.270.33
HSL31.91º22.07%58.24%-
HSV(B)31.91º27.33%67.45%-
XYZ31.6232.0623.92-
YUV153.73111.79141.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=38.48%
G=33.56%
B=27.96%

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
Decimal17215012500.130.270.3331.9122.0758.24
HexAC967D0D1B2120163a
Octal2542261750153341402672
Binary10101100100101101111101011011101110000110000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC967D; }

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

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

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

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

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

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

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

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