#A49780

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

Shades of Bronco #A49780

Tints of Bronco #A49780

Color information

#A49780 (or 0xA49780) is unknown color: approx Bronco. HEX triplet: A4, 97 and 80. RGB value is (164,151,128). Sum of RGB (Red+Green+Blue) = 164+151+128=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A49780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49780 is #5B687F. Grayscale: #989898. Windows color (decimal): -5990528 or 8427428. OLE color: 8427428.

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

Color convert

RGB164151128-
CMYK00.080.220.36
HSL38.33º16.51%57.25%-
HSV(B)38.33º21.95%64.31%-
XYZ30.2731.5824.92-
YUV152.27114.31136.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=37.02%
G=34.09%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415112800.080.220.3638.3316.5157.25
HexA49780081624261139
Octal2442272000102644462171
Binary101001001001011110000000010001011010010010011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49780; }

 p { color: rgb(164,151,128); }

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

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

 a { background-color: rgb(164,151,128); }

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

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

 span { border-color: rgb(164,151,128); }

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