#A6957F

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

Shades of Bronco #A6957F

Tints of Bronco #A6957F

Color information

#A6957F (or 0xA6957F) is unknown color: approx Bronco. HEX triplet: A6, 95 and 7F. RGB value is (166,149,127). Sum of RGB (Red+Green+Blue) = 166+149+127=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6957F is #596A80. Grayscale: #979797. Windows color (decimal): -5859969 or 8361382. OLE color: 8361382.

HSL color Cylindrical-coordinate representation of color #A6957F: hue angle of 33.85º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6957F is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166149127-
CMYK00.100.230.35
HSL33.85º17.97%57.45%-
HSV(B)33.85º23.49%65.1%-
XYZ30.331.1324.49-
YUV151.57114.13138.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 127 (50% from 255) = 28.73%
R=37.56%
G=33.71%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614912700.100.230.3533.8517.9757.45
HexA6957F0A1723221239
Octal2462251770122743422271
Binary10100110100101011111111010101011110001110001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6957F; }

 p { color: rgb(166,149,127); }

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

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

 a { background-color: rgb(166,149,127); }

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

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

 span { border-color: rgb(166,149,127); }

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