#A0907B

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

Shades of Bronco #A0907B

Tints of Bronco #A0907B

Color information

#A0907B (or 0xA0907B) is unknown color: approx Bronco. HEX triplet: A0, 90 and 7B. RGB value is (160,144,123). Sum of RGB (Red+Green+Blue) = 160+144+123=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A0907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0907B is #5F6F84. Grayscale: #929292. Windows color (decimal): -6254469 or 8097952. OLE color: 8097952.

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

Color convert

RGB160144123-
CMYK00.10.230.37
HSL34.05º16.3%55.49%-
HSV(B)34.05º23.13%62.75%-
XYZ28.0528.8522.83-
YUV146.39114.8137.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=37.47%
G=33.72%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014412300.10.230.3734.0516.355.49
HexA0907B0A1725221037
Octal2402201730122745422067
Binary10100000100100001111011010101011110010110001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0907B; }

 p { color: rgb(160,144,123); }

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

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

 a { background-color: rgb(160,144,123); }

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

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

 span { border-color: rgb(160,144,123); }

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