#A1917A

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

Shades of Bronco #A1917A

Tints of Bronco #A1917A

Color information

#A1917A (or 0xA1917A) is unknown color: approx Bronco. HEX triplet: A1, 91 and 7A. RGB value is (161,145,122). Sum of RGB (Red+Green+Blue) = 161+145+122=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A1917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1917A is #5E6E85. Grayscale: #939393. Windows color (decimal): -6188678 or 8032673. OLE color: 8032673.

HSL color Cylindrical-coordinate representation of color #A1917A: hue angle of 35.38º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1917A is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB161145122-
CMYK00.100.240.37
HSL35.38º17.18%55.49%-
HSV(B)35.38º24.22%63.14%-
XYZ28.3429.2322.56-
YUV147.16113.8137.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=37.62%
G=33.88%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114512200.100.240.3735.3817.1855.49
HexA1917A0A1825231137
Octal2412211720123045432167
Binary10100001100100011111010010101100010010110001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1917A; }

 p { color: rgb(161,145,122); }

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

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

 a { background-color: rgb(161,145,122); }

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

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

 span { border-color: rgb(161,145,122); }

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