#A49280

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

Shades of Bronco #A49280

Tints of Bronco #A49280

Color information

#A49280 (or 0xA49280) is unknown color: approx Bronco. HEX triplet: A4, 92 and 80. RGB value is (164,146,128). Sum of RGB (Red+Green+Blue) = 164+146+128=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A49280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49280 is #5B6D7F. Grayscale: #959595. Windows color (decimal): -5991808 or 8426148. OLE color: 8426148.

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

Color convert

RGB164146128-
CMYK00.110.220.36
HSL30º16.51%57.25%-
HSV(B)30º21.95%64.31%-
XYZ29.4930.0124.66-
YUV149.33115.96138.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=37.44%
G=33.33%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414612800.110.220.363016.5157.25
HexA492800B16241e1139
Octal2442222000132644362171
Binary10100100100100101000000001011101101001001111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49280; }

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

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

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

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

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

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

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

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