#A69179

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

Shades of Bronco #A69179

Tints of Bronco #A69179

Color information

#A69179 (or 0xA69179) is unknown color: approx Bronco. HEX triplet: A6, 91 and 79. RGB value is (166,145,121). Sum of RGB (Red+Green+Blue) = 166+145+121=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A69179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69179 is #596E86. Grayscale: #949494. Windows color (decimal): -5860999 or 7967142. OLE color: 7967142.

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

Color convert

RGB166145121-
CMYK00.130.270.35
HSL32º20.18%56.27%-
HSV(B)32º27.11%65.1%-
XYZ29.329.7422.28-
YUV148.54112.46140.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 121 (47.66% from 255) = 28.01%
R=38.43%
G=33.56%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614512100.130.270.353220.1856.27
HexA691790D1B23201438
Octal2462211710153343402470
Binary10100110100100011111001011011101110001110000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69179; }

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

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

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

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

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

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

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

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