#A4957D

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

Shades of Bronco #A4957D

Tints of Bronco #A4957D

Color information

#A4957D (or 0xA4957D) is unknown color: approx Bronco. HEX triplet: A4, 95 and 7D. RGB value is (164,149,125). Sum of RGB (Red+Green+Blue) = 164+149+125=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4957D is #5B6A82. Grayscale: #969696. Windows color (decimal): -5991043 or 8230308. OLE color: 8230308.

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

Color convert

RGB164149125-
CMYK00.090.240.36
HSL36.92º17.65%56.67%-
HSV(B)36.92º23.78%64.31%-
XYZ29.7630.8723.79-
YUV150.75113.47137.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=37.44%
G=34.02%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414912500.090.240.3636.9217.6556.67
HexA4957D091824251239
Octal2442251750113044452271
Binary10100100100101011111101010011100010010010010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4957D; }

 p { color: rgb(164,149,125); }

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

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

 a { background-color: rgb(164,149,125); }

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

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

 span { border-color: rgb(164,149,125); }

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