#A1917B

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

Shades of Bronco #A1917B

Tints of Bronco #A1917B

Color information

#A1917B (or 0xA1917B) is unknown color: approx Bronco. HEX triplet: A1, 91 and 7B. RGB value is (161,145,123). Sum of RGB (Red+Green+Blue) = 161+145+123=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A1917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1917B is #5E6E84. Grayscale: #939393. Windows color (decimal): -6188677 or 8098209. OLE color: 8098209.

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

Color convert

RGB161145123-
CMYK00.100.240.37
HSL34.74º16.81%55.69%-
HSV(B)34.74º23.6%63.14%-
XYZ28.429.2622.89-
YUV147.28114.3137.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=37.53%
G=33.80%
B=28.67%

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
Decimal16114512300.100.240.3734.7416.8155.69
HexA1917B0A1825231138
Octal2412211730123045432170
Binary10100001100100011111011010101100010010110001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1917B; }

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

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

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

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

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

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

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

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