#A49479

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

Shades of Bronco #A49479

Tints of Bronco #A49479

Color information

#A49479 (or 0xA49479) is unknown color: approx Bronco. HEX triplet: A4, 94 and 79. RGB value is (164,148,121). Sum of RGB (Red+Green+Blue) = 164+148+121=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A49479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49479 is #5B6B86. Grayscale: #959595. Windows color (decimal): -5991303 or 7967908. OLE color: 7967908.

HSL color Cylindrical-coordinate representation of color #A49479: hue angle of 37.67º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A49479 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB164148121-
CMYK00.100.260.36
HSL37.67º19.11%55.88%-
HSV(B)37.67º26.22%64.31%-
XYZ29.3530.4522.42-
YUV149.71111.8138.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=37.88%
G=34.18%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414812100.100.260.3637.6719.1155.88
HexA494790A1A24261338
Octal2442241710123244462370
Binary10100100100101001111001010101101010010010011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49479; }

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

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

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

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

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

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

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

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