#A1907A

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

Shades of Bronco #A1907A

Tints of Bronco #A1907A

Color information

#A1907A (or 0xA1907A) is unknown color: approx Bronco. HEX triplet: A1, 90 and 7A. RGB value is (161,144,122). Sum of RGB (Red+Green+Blue) = 161+144+122=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A1907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1907A is #5E6F85. Grayscale: #929292. Windows color (decimal): -6188934 or 8032417. OLE color: 8032417.

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

Color convert

RGB161144122-
CMYK00.110.240.37
HSL33.85º17.18%55.49%-
HSV(B)33.85º24.22%63.14%-
XYZ28.1828.9322.51-
YUV146.57114.13138.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=37.70%
G=33.72%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114412200.110.240.3733.8517.1855.49
HexA1907A0B1825221137
Octal2412201720133045422167
Binary10100001100100001111010010111100010010110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1907A; }

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

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

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

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

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

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

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

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