#AC977F

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

Shades of Bronco #AC977F

Tints of Bronco #AC977F

Color information

#AC977F (or 0xAC977F) is unknown color: approx Bronco. HEX triplet: AC, 97 and 7F. RGB value is (172,151,127). Sum of RGB (Red+Green+Blue) = 172+151+127=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC977F is #536880. Grayscale: #9A9A9A. Windows color (decimal): -5466241 or 8361900. OLE color: 8361900.

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

Color convert

RGB172151127-
CMYK00.120.260.33
HSL32º21.33%58.63%-
HSV(B)32º26.16%67.45%-
XYZ31.9132.4424.66-
YUV154.54112.46140.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 127 (50% from 255) = 28.22%
R=38.22%
G=33.56%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215112700.120.260.333221.3358.63
HexAC977F0C1A2120153b
Octal2542271770143241402573
Binary10101100100101111111111011001101010000110000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC977F; }

 p { color: rgb(172,151,127); }

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

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

 a { background-color: rgb(172,151,127); }

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

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

 span { border-color: rgb(172,151,127); }

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