#A99579

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

Shades of Bronco #A99579

Tints of Bronco #A99579

Color information

#A99579 (or 0xA99579) is unknown color: approx Bronco. HEX triplet: A9, 95 and 79. RGB value is (169,149,121). Sum of RGB (Red+Green+Blue) = 169+149+121=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A99579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99579 is #566A86. Grayscale: #979797. Windows color (decimal): -5663367 or 7968169. OLE color: 7968169.

HSL color Cylindrical-coordinate representation of color #A99579: hue angle of 35º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99579 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB169149121-
CMYK00.120.280.34
HSL35º21.82%56.86%-
HSV(B)35º28.4%66.27%-
XYZ30.5631.3122.52-
YUV151.79110.63140.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=38.50%
G=33.94%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914912100.120.280.343521.8256.86
HexA995790C1C22231639
Octal2512251710143442432671
Binary10101001100101011111001011001110010001010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99579; }

 p { color: rgb(169,149,121); }

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

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

 a { background-color: rgb(169,149,121); }

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

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

 span { border-color: rgb(169,149,121); }

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