#A1937F

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

Shades of Bronco #A1937F

Tints of Bronco #A1937F

Color information

#A1937F (or 0xA1937F) is unknown color: approx Bronco. HEX triplet: A1, 93 and 7F. RGB value is (161,147,127). Sum of RGB (Red+Green+Blue) = 161+147+127=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1937F is #5E6C80. Grayscale: #949494. Windows color (decimal): -6188161 or 8360865. OLE color: 8360865.

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

Color convert

RGB161147127-
CMYK00.090.210.37
HSL35.29º15.32%56.47%-
HSV(B)35.29º21.12%63.14%-
XYZ28.9629.9824.34-
YUV148.91115.64136.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 127 (50% from 255) = 29.20%
R=37.01%
G=33.79%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114712700.090.210.3735.2915.3256.47
HexA1937F09152523f38
Octal2412231770112545431770
Binary1010000110010011111111101001101011001011000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1937F; }

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

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

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

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

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

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

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

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