#A49179

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

Shades of Bronco #A49179

Tints of Bronco #A49179

Color information

#A49179 (or 0xA49179) is unknown color: approx Bronco. HEX triplet: A4, 91 and 79. RGB value is (164,145,121). Sum of RGB (Red+Green+Blue) = 164+145+121=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A49179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49179 is #5B6E86. Grayscale: #949494. Windows color (decimal): -5992071 or 7967140. OLE color: 7967140.

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

Color convert

RGB164145121-
CMYK00.120.260.36
HSL33.49º19.11%55.88%-
HSV(B)33.49º26.22%64.31%-
XYZ28.8929.5222.27-
YUV147.95112.79139.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=38.14%
G=33.72%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414512100.120.260.3633.4919.1155.88
HexA491790C1A24211338
Octal2442211710143244412370
Binary10100100100100011111001011001101010010010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49179; }

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

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

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

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

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

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

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

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