#A1907E

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

Shades of Bronco #A1907E

Tints of Bronco #A1907E

Color information

#A1907E (or 0xA1907E) is unknown color: approx Bronco. HEX triplet: A1, 90 and 7E. RGB value is (161,144,126). Sum of RGB (Red+Green+Blue) = 161+144+126=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A1907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1907E is #5E6F81. Grayscale: #939393. Windows color (decimal): -6188930 or 8294561. OLE color: 8294561.

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

Color convert

RGB161144126-
CMYK00.110.220.37
HSL30.86º15.7%56.27%-
HSV(B)30.86º21.74%63.14%-
XYZ28.4429.0323.84-
YUV147.03116.13137.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=37.35%
G=33.41%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114412600.110.220.3730.8615.756.27
HexA1907E0B16251f1038
Octal2412201760132645372070
Binary1010000110010000111111001011101101001011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1907E; }

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

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

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

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

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

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

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

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