#A1927E

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

Shades of Bronco #A1927E

Tints of Bronco #A1927E

Color information

#A1927E (or 0xA1927E) is unknown color: approx Bronco. HEX triplet: A1, 92 and 7E. RGB value is (161,146,126). Sum of RGB (Red+Green+Blue) = 161+146+126=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1927E is #5E6D81. Grayscale: #949494. Windows color (decimal): -6188418 or 8295073. OLE color: 8295073.

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

Color convert

RGB161146126-
CMYK00.090.220.37
HSL34.29º15.7%56.27%-
HSV(B)34.29º21.74%63.14%-
XYZ28.7429.6423.95-
YUV148.21115.47137.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=37.18%
G=33.72%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114612600.090.220.3734.2915.756.27
HexA1927E091625221038
Octal2412221760112645422070
Binary10100001100100101111110010011011010010110001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1927E; }

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

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

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

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

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

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

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

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