#AC977C

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

Shades of Bronco #AC977C

Tints of Bronco #AC977C

Color information

#AC977C (or 0xAC977C) is unknown color: approx Bronco. HEX triplet: AC, 97 and 7C. RGB value is (172,151,124). Sum of RGB (Red+Green+Blue) = 172+151+124=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC977C is #536883. Grayscale: #9A9A9A. Windows color (decimal): -5466244 or 8165292. OLE color: 8165292.

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

Color convert

RGB172151124-
CMYK00.120.280.33
HSL33.75º22.43%58.04%-
HSV(B)33.75º27.91%67.45%-
XYZ31.7232.3623.64-
YUV154.2110.96140.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=38.48%
G=33.78%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215112400.120.280.3333.7522.4358.04
HexAC977C0C1C2122163a
Octal2542271740143441422672
Binary10101100100101111111100011001110010000110001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC977C; }

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

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

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

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

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

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

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

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