#A1947E

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

Shades of Bronco #A1947E

Tints of Bronco #A1947E

Color information

#A1947E (or 0xA1947E) is unknown color: approx Bronco. HEX triplet: A1, 94 and 7E. RGB value is (161,148,126). Sum of RGB (Red+Green+Blue) = 161+148+126=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A1947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1947E is #5E6B81. Grayscale: #959595. Windows color (decimal): -6187906 or 8295585. OLE color: 8295585.

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

Color convert

RGB161148126-
CMYK00.080.220.37
HSL37.71º15.7%56.27%-
HSV(B)37.71º21.74%63.14%-
XYZ29.0530.2624.05-
YUV149.38114.81136.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=37.01%
G=34.02%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114812600.080.220.3737.7115.756.27
HexA1947E081625261038
Octal2412241760102645462070
Binary10100001100101001111110010001011010010110011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1947E; }

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

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

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

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

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

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

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

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