#A69279

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

Shades of Bronco #A69279

Tints of Bronco #A69279

Color information

#A69279 (or 0xA69279) is unknown color: approx Bronco. HEX triplet: A6, 92 and 79. RGB value is (166,146,121). Sum of RGB (Red+Green+Blue) = 166+146+121=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A69279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69279 is #596D86. Grayscale: #959595. Windows color (decimal): -5860743 or 7967398. OLE color: 7967398.

HSL color Cylindrical-coordinate representation of color #A69279: hue angle of 33.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 #A69279 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166146121-
CMYK00.120.270.35
HSL33.33º20.18%56.27%-
HSV(B)33.33º27.11%65.1%-
XYZ29.4630.0522.34-
YUV149.13112.13140.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=38.34%
G=33.72%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614612100.120.270.3533.3320.1856.27
HexA692790C1B23211438
Octal2462221710143343412470
Binary10100110100100101111001011001101110001110000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69279; }

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

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

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

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

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

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

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

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