#A6927E

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

Shades of Bronco #A6927E

Tints of Bronco #A6927E

Color information

#A6927E (or 0xA6927E) is unknown color: approx Bronco. HEX triplet: A6, 92 and 7E. RGB value is (166,146,126). Sum of RGB (Red+Green+Blue) = 166+146+126=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6927E is #596D81. Grayscale: #959595. Windows color (decimal): -5860738 or 8295078. OLE color: 8295078.

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

Color convert

RGB166146126-
CMYK00.120.240.35
HSL30º18.35%57.25%-
HSV(B)30º24.1%65.1%-
XYZ29.7730.1723.99-
YUV149.7114.63139.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=37.90%
G=33.33%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614612600.120.240.353018.3557.25
HexA6927E0C18231e1239
Octal2462221760143043362271
Binary1010011010010010111111001100110001000111111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6927E; }

 p { color: rgb(166,146,126); }

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

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

 a { background-color: rgb(166,146,126); }

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

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

 span { border-color: rgb(166,146,126); }

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