#A1947C

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

Shades of Bronco #A1947C

Tints of Bronco #A1947C

Color information

#A1947C (or 0xA1947C) is unknown color: approx Bronco. HEX triplet: A1, 94 and 7C. RGB value is (161,148,124). Sum of RGB (Red+Green+Blue) = 161+148+124=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1947C is #5E6B83. Grayscale: #959595. Windows color (decimal): -6187908 or 8164513. OLE color: 8164513.

HSL color Cylindrical-coordinate representation of color #A1947C: hue angle of 38.92º 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 #A1947C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB161148124-
CMYK00.080.230.37
HSL38.92º16.44%55.88%-
HSV(B)38.92º22.98%63.14%-
XYZ28.9330.2123.38-
YUV149.15113.81136.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=37.18%
G=34.18%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114812400.080.230.3738.9216.4455.88
HexA1947C081725271038
Octal2412241740102745472070
Binary10100001100101001111100010001011110010110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1947C; }

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

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

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

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

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

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

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

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