#A6967C

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

Shades of Bronco #A6967C

Tints of Bronco #A6967C

Color information

#A6967C (or 0xA6967C) is unknown color: approx Bronco. HEX triplet: A6, 96 and 7C. RGB value is (166,150,124). Sum of RGB (Red+Green+Blue) = 166+150+124=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6967C is #596983. Grayscale: #979797. Windows color (decimal): -5859716 or 8165030. OLE color: 8165030.

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

Color convert

RGB166150124-
CMYK00.100.250.35
HSL37.14º19.09%56.86%-
HSV(B)37.14º25.3%65.1%-
XYZ30.2731.3723.53-
YUV151.82112.3138.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=37.73%
G=34.09%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615012400.100.250.3537.1419.0956.86
HexA6967C0A1923251339
Octal2462261740123143452371
Binary10100110100101101111100010101100110001110010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6967C; }

 p { color: rgb(166,150,124); }

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

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

 a { background-color: rgb(166,150,124); }

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

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

 span { border-color: rgb(166,150,124); }

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