#A1907C

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

Shades of Bronco #A1907C

Tints of Bronco #A1907C

Color information

#A1907C (or 0xA1907C) is unknown color: approx Bronco. HEX triplet: A1, 90 and 7C. RGB value is (161,144,124). Sum of RGB (Red+Green+Blue) = 161+144+124=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A1907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1907C is #5E6F83. Grayscale: #929292. Windows color (decimal): -6188932 or 8163489. OLE color: 8163489.

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

Color convert

RGB161144124-
CMYK00.110.230.37
HSL32.43º16.44%55.88%-
HSV(B)32.43º22.98%63.14%-
XYZ28.3128.9823.17-
YUV146.8115.13138.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=37.53%
G=33.57%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114412400.110.230.3732.4316.4455.88
HexA1907C0B1725201038
Octal2412201740132745402070
Binary10100001100100001111100010111011110010110000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1907C; }

 p { color: rgb(161,144,124); }

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

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

 a { background-color: rgb(161,144,124); }

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

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

 span { border-color: rgb(161,144,124); }

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