#A1937E

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

Shades of Bronco #A1937E

Tints of Bronco #A1937E

Color information

#A1937E (or 0xA1937E) is unknown color: approx Bronco. HEX triplet: A1, 93 and 7E. RGB value is (161,147,126). Sum of RGB (Red+Green+Blue) = 161+147+126=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A1937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1937E is #5E6C81. Grayscale: #949494. Windows color (decimal): -6188162 or 8295329. OLE color: 8295329.

HSL color Cylindrical-coordinate representation of color #A1937E: hue angle of 36º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1937E is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161147126-
CMYK00.090.220.37
HSL36º15.7%56.27%-
HSV(B)36º21.74%63.14%-
XYZ28.929.9524-
YUV148.79115.14136.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=37.10%
G=33.87%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114712600.090.220.373615.756.27
HexA1937E091625241038
Octal2412231760112645442070
Binary10100001100100111111110010011011010010110010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1937E; }

 p { color: rgb(161,147,126); }

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

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

 a { background-color: rgb(161,147,126); }

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

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

 span { border-color: rgb(161,147,126); }

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