#A1957F

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

Shades of Bronco #A1957F

Tints of Bronco #A1957F

Color information

#A1957F (or 0xA1957F) is unknown color: approx Bronco. HEX triplet: A1, 95 and 7F. RGB value is (161,149,127). Sum of RGB (Red+Green+Blue) = 161+149+127=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A1957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1957F is #5E6A80. Grayscale: #969696. Windows color (decimal): -6187649 or 8361377. OLE color: 8361377.

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

Color convert

RGB161149127-
CMYK00.070.210.37
HSL38.82º15.32%56.47%-
HSV(B)38.82º21.12%63.14%-
XYZ29.2830.624.44-
YUV150.08114.98135.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 127 (50% from 255) = 29.06%
R=36.84%
G=34.10%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114912700.070.210.3738.8215.3256.47
HexA1957F07152527f38
Octal241225177072545471770
Binary101000011001010111111110111101011001011001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1957F; }

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

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

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

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

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

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

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

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