#A1937C

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

Shades of Bronco #A1937C

Tints of Bronco #A1937C

Color information

#A1937C (or 0xA1937C) is unknown color: approx Bronco. HEX triplet: A1, 93 and 7C. RGB value is (161,147,124). Sum of RGB (Red+Green+Blue) = 161+147+124=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A1937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1937C is #5E6C83. Grayscale: #949494. Windows color (decimal): -6188164 or 8164257. OLE color: 8164257.

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

Color convert

RGB161147124-
CMYK00.090.230.37
HSL37.3º16.44%55.88%-
HSV(B)37.3º22.98%63.14%-
XYZ28.7729.923.32-
YUV148.56114.14136.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=37.27%
G=34.03%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114712400.090.230.3737.316.4455.88
HexA1937C091725251038
Octal2412231740112745452070
Binary10100001100100111111100010011011110010110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1937C; }

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

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

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

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

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

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

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

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