#AC9885

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

Shades of Bronco #AC9885

Tints of Bronco #AC9885

Color information

#AC9885 (or 0xAC9885) is unknown color: approx Bronco. HEX triplet: AC, 98 and 85. RGB value is (172,152,133). Sum of RGB (Red+Green+Blue) = 172+152+133=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9885 is #53677A. Grayscale: #9B9B9B. Windows color (decimal): -5465979 or 8755372. OLE color: 8755372.

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

Color convert

RGB172152133-
CMYK00.120.230.33
HSL29.23º19.02%59.8%-
HSV(B)29.23º22.67%67.45%-
XYZ32.4832.9226.83-
YUV155.81115.13139.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 133 (52.34% from 255) = 29.10%
R=37.64%
G=33.26%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215213300.120.230.3329.2319.0259.8
HexAC98850C17211d133c
Octal2542302050142741352374
Binary10101100100110001000010101100101111000011110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9885; }

 p { color: rgb(172,152,133); }

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

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

 a { background-color: rgb(172,152,133); }

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

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

 span { border-color: rgb(172,152,133); }

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