#AC9985

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

Shades of Bronco #AC9985

Tints of Bronco #AC9985

Color information

#AC9985 (or 0xAC9985) is unknown color: approx Bronco. HEX triplet: AC, 99 and 85. RGB value is (172,153,133). Sum of RGB (Red+Green+Blue) = 172+153+133=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9985 is #53667A. Grayscale: #9C9C9C. Windows color (decimal): -5465723 or 8755628. OLE color: 8755628.

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

Color convert

RGB172153133-
CMYK00.110.230.33
HSL30.77º19.02%59.8%-
HSV(B)30.77º22.67%67.45%-
XYZ32.6433.2526.89-
YUV156.4114.79139.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=37.55%
G=33.41%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215313300.110.230.3330.7719.0259.8
HexAC99850B17211f133c
Octal2542312050132741372374
Binary10101100100110011000010101011101111000011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9985; }

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

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

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

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

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

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

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

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