#AC9773

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

Shades of Bronco #AC9773

Tints of Bronco #AC9773

Color information

#AC9773 (or 0xAC9773) is unknown color: approx Bronco. HEX triplet: AC, 97 and 73. RGB value is (172,151,115). Sum of RGB (Red+Green+Blue) = 172+151+115=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9773 is #53688C. Grayscale: #999999. Windows color (decimal): -5466253 or 7575468. OLE color: 7575468.

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

Color convert

RGB172151115-
CMYK00.120.330.33
HSL37.89º25.56%56.27%-
HSV(B)37.89º33.14%67.45%-
XYZ31.1732.1420.78-
YUV153.18106.46141.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=39.27%
G=34.47%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215111500.120.330.3337.8925.5656.27
HexAC97730C2121261a38
Octal2542271630144141463270
Binary101011001001011111100110110010000110000110011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9773; }

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

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

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

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

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

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

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

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