#A4937E

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

Shades of Bronco #A4937E

Tints of Bronco #A4937E

Color information

#A4937E (or 0xA4937E) is unknown color: approx Bronco. HEX triplet: A4, 93 and 7E. RGB value is (164,147,126). Sum of RGB (Red+Green+Blue) = 164+147+126=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4937E is #5B6C81. Grayscale: #959595. Windows color (decimal): -5991554 or 8295332. OLE color: 8295332.

HSL color Cylindrical-coordinate representation of color #A4937E: hue angle of 33.16º 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 #A4937E is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164147126-
CMYK00.100.230.36
HSL33.16º17.27%56.86%-
HSV(B)33.16º23.17%64.31%-
XYZ29.5130.2724.03-
YUV149.69114.63138.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=37.53%
G=33.64%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414712600.100.230.3633.1617.2756.86
HexA4937E0A1724211139
Octal2442231760122744412171
Binary10100100100100111111110010101011110010010000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4937E; }

 p { color: rgb(164,147,126); }

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

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

 a { background-color: rgb(164,147,126); }

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

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

 span { border-color: rgb(164,147,126); }

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