#A3947E

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

Shades of Bronco #A3947E

Tints of Bronco #A3947E

Color information

#A3947E (or 0xA3947E) is unknown color: approx Bronco. HEX triplet: A3, 94 and 7E. RGB value is (163,148,126). Sum of RGB (Red+Green+Blue) = 163+148+126=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A3947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3947E is #5C6B81. Grayscale: #969696. Windows color (decimal): -6056834 or 8295587. OLE color: 8295587.

HSL color Cylindrical-coordinate representation of color #A3947E: hue angle of 35.68º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3947E is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB163148126-
CMYK00.090.230.36
HSL35.68º16.74%56.67%-
HSV(B)35.68º22.7%63.92%-
XYZ29.4630.4724.07-
YUV149.98114.47137.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=37.30%
G=33.87%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314812600.090.230.3635.6816.7456.67
HexA3947E091724241139
Octal2432241760112744442171
Binary10100011100101001111110010011011110010010010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3947E; }

 p { color: rgb(163,148,126); }

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

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

 a { background-color: rgb(163,148,126); }

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

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

 span { border-color: rgb(163,148,126); }

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