#A49580

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

Shades of Bronco #A49580

Tints of Bronco #A49580

Color information

#A49580 (or 0xA49580) is unknown color: approx Bronco. HEX triplet: A4, 95 and 80. RGB value is (164,149,128). Sum of RGB (Red+Green+Blue) = 164+149+128=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A49580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49580 is #5B6A7F. Grayscale: #979797. Windows color (decimal): -5991040 or 8426916. OLE color: 8426916.

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

Color convert

RGB164149128-
CMYK00.090.220.36
HSL35º16.51%57.25%-
HSV(B)35º21.95%64.31%-
XYZ29.9530.9524.82-
YUV151.09114.97137.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=37.19%
G=33.79%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414912800.090.220.363516.5157.25
HexA49580091624231139
Octal2442252000112644432171
Binary101001001001010110000000010011011010010010001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49580; }

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

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

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

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

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

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

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

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