#A6977A

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

Shades of Bronco #A6977A

Tints of Bronco #A6977A

Color information

#A6977A (or 0xA6977A) is unknown color: approx Bronco. HEX triplet: A6, 97 and 7A. RGB value is (166,151,122). Sum of RGB (Red+Green+Blue) = 166+151+122=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6977A is #596885. Grayscale: #989898. Windows color (decimal): -5859462 or 8034214. OLE color: 8034214.

HSL color Cylindrical-coordinate representation of color #A6977A: hue angle of 39.55º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6977A is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166151122-
CMYK00.090.270.35
HSL39.55º19.82%56.47%-
HSV(B)39.55º26.51%65.1%-
XYZ30.3131.6522.92-
YUV152.18110.97137.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=37.81%
G=34.40%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615112200.090.270.3539.5519.8256.47
HexA6977A091B23281438
Octal2462271720113343502470
Binary10100110100101111111010010011101110001110100010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6977A; }

 p { color: rgb(166,151,122); }

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

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

 a { background-color: rgb(166,151,122); }

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

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

 span { border-color: rgb(166,151,122); }

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