#A69379

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

Shades of Bronco #A69379

Tints of Bronco #A69379

Color information

#A69379 (or 0xA69379) is unknown color: approx Bronco. HEX triplet: A6, 93 and 79. RGB value is (166,147,121). Sum of RGB (Red+Green+Blue) = 166+147+121=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A69379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69379 is #596C86. Grayscale: #959595. Windows color (decimal): -5860487 or 7967654. OLE color: 7967654.

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

Color convert

RGB166147121-
CMYK00.110.270.35
HSL34.67º20.18%56.27%-
HSV(B)34.67º27.11%65.1%-
XYZ29.6130.3522.39-
YUV149.72111.79139.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=38.25%
G=33.87%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614712100.110.270.3534.6720.1856.27
HexA693790B1B23231438
Octal2462231710133343432470
Binary10100110100100111111001010111101110001110001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69379; }

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

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

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

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

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

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

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

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