#A1957E

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

Shades of Bronco #A1957E

Tints of Bronco #A1957E

Color information

#A1957E (or 0xA1957E) is unknown color: approx Bronco. HEX triplet: A1, 95 and 7E. RGB value is (161,149,126). Sum of RGB (Red+Green+Blue) = 161+149+126=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1957E is #5E6A81. Grayscale: #969696. Windows color (decimal): -6187650 or 8295841. OLE color: 8295841.

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

Color convert

RGB161149126-
CMYK00.070.220.37
HSL39.43º15.7%56.27%-
HSV(B)39.43º21.74%63.14%-
XYZ29.2130.5824.1-
YUV149.97114.48135.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=36.93%
G=34.17%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114912600.070.220.3739.4315.756.27
HexA1957E071625271038
Octal241225176072645472070
Binary1010000110010101111111001111011010010110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1957E; }

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

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

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

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

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

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

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

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