#A49480

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

Shades of Bronco #A49480

Tints of Bronco #A49480

Color information

#A49480 (or 0xA49480) is unknown color: approx Bronco. HEX triplet: A4, 94 and 80. RGB value is (164,148,128). Sum of RGB (Red+Green+Blue) = 164+148+128=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A49480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49480 is #5B6B7F. Grayscale: #969696. Windows color (decimal): -5991296 or 8426660. OLE color: 8426660.

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

Color convert

RGB164148128-
CMYK00.100.220.36
HSL33.33º16.51%57.25%-
HSV(B)33.33º21.95%64.31%-
XYZ29.830.6324.76-
YUV150.5115.3137.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=37.27%
G=33.64%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414812800.100.220.3633.3316.5157.25
HexA494800A1624211139
Octal2442242000122644412171
Binary101001001001010010000000010101011010010010000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49480; }

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

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

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

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

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

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

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

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