#A6937B

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

Shades of Bronco #A6937B

Tints of Bronco #A6937B

Color information

#A6937B (or 0xA6937B) is unknown color: approx Bronco. HEX triplet: A6, 93 and 7B. RGB value is (166,147,123). Sum of RGB (Red+Green+Blue) = 166+147+123=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6937B is #596C84. Grayscale: #969696. Windows color (decimal): -5860485 or 8098726. OLE color: 8098726.

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

Color convert

RGB166147123-
CMYK00.110.260.35
HSL33.49º19.46%56.67%-
HSV(B)33.49º25.9%65.1%-
XYZ29.7330.423.04-
YUV149.94112.79139.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 123 (48.44% from 255) = 28.21%
R=38.07%
G=33.72%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614712300.110.260.3533.4919.4656.67
HexA6937B0B1A23211339
Octal2462231730133243412371
Binary10100110100100111111011010111101010001110000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6937B; }

 p { color: rgb(166,147,123); }

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

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

 a { background-color: rgb(166,147,123); }

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

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

 span { border-color: rgb(166,147,123); }

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