#A49379

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

Shades of Bronco #A49379

Tints of Bronco #A49379

Color information

#A49379 (or 0xA49379) is unknown color: approx Bronco. HEX triplet: A4, 93 and 79. RGB value is (164,147,121). Sum of RGB (Red+Green+Blue) = 164+147+121=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A49379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49379 is #5B6C86. Grayscale: #959595. Windows color (decimal): -5991559 or 7967652. OLE color: 7967652.

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

Color convert

RGB164147121-
CMYK00.100.260.36
HSL36.28º19.11%55.88%-
HSV(B)36.28º26.22%64.31%-
XYZ29.1930.1422.37-
YUV149.12112.13138.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 121 (47.66% from 255) = 28.01%
R=37.96%
G=34.03%
B=28.01%

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
Decimal16414712100.100.260.3636.2819.1155.88
HexA493790A1A24241338
Octal2442231710123244442370
Binary10100100100100111111001010101101010010010010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49379; }

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

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

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

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

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

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

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

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