#AC9982

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

Shades of Bronco #AC9982

Tints of Bronco #AC9982

Color information

#AC9982 (or 0xAC9982) is unknown color: approx Bronco. HEX triplet: AC, 99 and 82. RGB value is (172,153,130). Sum of RGB (Red+Green+Blue) = 172+153+130=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9982 is #53667D. Grayscale: #9C9C9C. Windows color (decimal): -5465726 or 8559020. OLE color: 8559020.

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

Color convert

RGB172153130-
CMYK00.110.240.33
HSL32.86º20.19%59.22%-
HSV(B)32.86º24.42%67.45%-
XYZ32.4333.1625.81-
YUV156.06113.29139.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=37.80%
G=33.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215313000.110.240.3332.8620.1959.22
HexAC99820B182121143b
Octal2542312020133041412473
Binary101011001001100110000010010111100010000110000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9982; }

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

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

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

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

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

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

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

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