#A3907B

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

Shades of Bronco #A3907B

Tints of Bronco #A3907B

Color information

#A3907B (or 0xA3907B) is unknown color: approx Bronco. HEX triplet: A3, 90 and 7B. RGB value is (163,144,123). Sum of RGB (Red+Green+Blue) = 163+144+123=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A3907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3907B is #5C6F84. Grayscale: #939393. Windows color (decimal): -6057861 or 8097955. OLE color: 8097955.

HSL color Cylindrical-coordinate representation of color #A3907B: hue angle of 31.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3907B is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB163144123-
CMYK00.120.250.36
HSL31.5º17.86%56.08%-
HSV(B)31.5º24.54%63.92%-
XYZ28.6529.1622.86-
YUV147.29114.29139.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=37.91%
G=33.49%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314412300.120.250.3631.517.8656.08
HexA3907B0C1924201238
Octal2432201730143144402270
Binary10100011100100001111011011001100110010010000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3907B; }

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

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

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

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

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

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

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

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