#AC967B

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

Shades of Bronco #AC967B

Tints of Bronco #AC967B

Color information

#AC967B (or 0xAC967B) is unknown color: approx Bronco. HEX triplet: AC, 96 and 7B. RGB value is (172,150,123). Sum of RGB (Red+Green+Blue) = 172+150+123=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC967B is #536984. Grayscale: #999999. Windows color (decimal): -5466501 or 8099500. OLE color: 8099500.

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

Color convert

RGB172150123-
CMYK00.130.280.33
HSL33.06º22.79%57.84%-
HSV(B)33.06º28.49%67.45%-
XYZ31.4932.0123.26-
YUV153.5110.79141.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=38.65%
G=33.71%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215012300.130.280.3333.0622.7957.84
HexAC967B0D1C2121173a
Octal2542261730153441412772
Binary10101100100101101111011011011110010000110000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC967B; }

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

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

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

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

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

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

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

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