#A69579

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

Shades of Bronco #A69579

Tints of Bronco #A69579

Color information

#A69579 (or 0xA69579) is unknown color: approx Bronco. HEX triplet: A6, 95 and 79. RGB value is (166,149,121). Sum of RGB (Red+Green+Blue) = 166+149+121=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A69579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69579 is #596A86. Grayscale: #979797. Windows color (decimal): -5859975 or 7968166. OLE color: 7968166.

HSL color Cylindrical-coordinate representation of color #A69579: hue angle of 37.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A69579 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166149121-
CMYK00.100.270.35
HSL37.33º20.18%56.27%-
HSV(B)37.33º27.11%65.1%-
XYZ29.9230.9822.49-
YUV150.89111.13138.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=38.07%
G=34.17%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614912100.100.270.3537.3320.1856.27
HexA695790A1B23251438
Octal2462251710123343452470
Binary10100110100101011111001010101101110001110010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69579; }

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

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

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

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

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

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

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

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