#AC9980

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

Shades of Bronco #AC9980

Tints of Bronco #AC9980

Color information

#AC9980 (or 0xAC9980) is unknown color: approx Bronco. HEX triplet: AC, 99 and 80. RGB value is (172,153,128). Sum of RGB (Red+Green+Blue) = 172+153+128=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9980 is #53667F. Grayscale: #9B9B9B. Windows color (decimal): -5465728 or 8427948. OLE color: 8427948.

HSL color Cylindrical-coordinate representation of color #AC9980: hue angle of 34.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC9980 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172153128-
CMYK00.110.260.33
HSL34.09º20.95%58.82%-
HSV(B)34.09º25.58%67.45%-
XYZ32.333.1125.11-
YUV155.83112.29139.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=37.97%
G=33.77%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215312800.110.260.3334.0920.9558.82
HexAC99800B1A2122153b
Octal2542312000133241422573
Binary101011001001100110000000010111101010000110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9980; }

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

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

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

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

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

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

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

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