#AC9883

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

Shades of Bronco #AC9883

Tints of Bronco #AC9883

Color information

#AC9883 (or 0xAC9883) is unknown color: approx Bronco. HEX triplet: AC, 98 and 83. RGB value is (172,152,131). Sum of RGB (Red+Green+Blue) = 172+152+131=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9883 is #53677C. Grayscale: #9B9B9B. Windows color (decimal): -5465981 or 8624300. OLE color: 8624300.

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

Color convert

RGB172152131-
CMYK00.120.240.33
HSL30.73º19.81%59.41%-
HSV(B)30.73º23.84%67.45%-
XYZ32.3432.8726.11-
YUV155.59114.13139.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=37.80%
G=33.41%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215213100.120.240.3330.7319.8159.41
HexAC98830C18211f143b
Octal2542302030143041372473
Binary10101100100110001000001101100110001000011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9883; }

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

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

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

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

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

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

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

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