#AC9877

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

Shades of Bronco #AC9877

Tints of Bronco #AC9877

Color information

#AC9877 (or 0xAC9877) is unknown color: approx Bronco. HEX triplet: AC, 98 and 77. RGB value is (172,152,119). Sum of RGB (Red+Green+Blue) = 172+152+119=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9877 is #536788. Grayscale: #9A9A9A. Windows color (decimal): -5465993 or 7837868. OLE color: 7837868.

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

Color convert

RGB172152119-
CMYK00.120.310.33
HSL37.36º24.2%57.06%-
HSV(B)37.36º30.81%67.45%-
XYZ31.5732.5622.07-
YUV154.22108.13140.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 119 (46.88% from 255) = 26.86%
R=38.83%
G=34.31%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215211900.120.310.3337.3624.257.06
HexAC98770C1F21251839
Octal2542301670143741453071
Binary10101100100110001110111011001111110000110010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9877; }

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

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

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

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

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

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

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

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