#A8977C

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

Shades of Bronco #A8977C

Tints of Bronco #A8977C

Color information

#A8977C (or 0xA8977C) is unknown color: approx Bronco. HEX triplet: A8, 97 and 7C. RGB value is (168,151,124). Sum of RGB (Red+Green+Blue) = 168+151+124=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8977C is #576883. Grayscale: #999999. Windows color (decimal): -5728388 or 8165288. OLE color: 8165288.

HSL color Cylindrical-coordinate representation of color #A8977C: hue angle of 36.82º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8977C is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB168151124-
CMYK00.100.260.34
HSL36.82º20.18%57.25%-
HSV(B)36.82º26.19%65.88%-
XYZ30.8531.9123.6-
YUV153111.63138.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=37.92%
G=34.09%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815112400.100.260.3436.8220.1857.25
HexA8977C0A1A22251439
Octal2502271740123242452471
Binary10101000100101111111100010101101010001010010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8977C; }

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

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

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

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

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

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

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

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