#A6917C

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

Shades of Bronco #A6917C

Tints of Bronco #A6917C

Color information

#A6917C (or 0xA6917C) is unknown color: approx Bronco. HEX triplet: A6, 91 and 7C. RGB value is (166,145,124). Sum of RGB (Red+Green+Blue) = 166+145+124=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6917C is #596E83. Grayscale: #949494. Windows color (decimal): -5860996 or 8163750. OLE color: 8163750.

HSL color Cylindrical-coordinate representation of color #A6917C: hue angle of 30º 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 #A6917C is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB166145124-
CMYK00.130.250.35
HSL30º19.09%56.86%-
HSV(B)30º25.3%65.1%-
XYZ29.4929.8123.27-
YUV148.88113.96140.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=38.16%
G=33.33%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614512400.130.250.353019.0956.86
HexA6917C0D19231e1339
Octal2462211740153143362371
Binary1010011010010001111110001101110011000111111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6917C; }

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

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

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

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

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

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

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

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