#A0927C

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

Shades of Bronco #A0927C

Tints of Bronco #A0927C

Color information

#A0927C (or 0xA0927C) is unknown color: approx Bronco. HEX triplet: A0, 92 and 7C. RGB value is (160,146,124). Sum of RGB (Red+Green+Blue) = 160+146+124=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A0927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0927C is #5F6D83. Grayscale: #939393. Windows color (decimal): -6253956 or 8164000. OLE color: 8164000.

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

Color convert

RGB160146124-
CMYK00.090.220.37
HSL36.67º15.93%55.69%-
HSV(B)36.67º22.5%62.75%-
XYZ28.4129.4923.26-
YUV147.68114.64136.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=37.21%
G=33.95%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014612400.090.220.3736.6715.9355.69
HexA0927C091625251038
Octal2402221740112645452070
Binary10100000100100101111100010011011010010110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0927C; }

 p { color: rgb(160,146,124); }

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

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

 a { background-color: rgb(160,146,124); }

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

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

 span { border-color: rgb(160,146,124); }

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