#A59379

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

Shades of Bronco #A59379

Tints of Bronco #A59379

Color information

#A59379 (or 0xA59379) is unknown color: approx Bronco. HEX triplet: A5, 93 and 79. RGB value is (165,147,121). Sum of RGB (Red+Green+Blue) = 165+147+121=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A59379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59379 is #5A6C86. Grayscale: #959595. Windows color (decimal): -5926023 or 7967653. OLE color: 7967653.

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

Color convert

RGB165147121-
CMYK00.110.270.35
HSL35.45º19.64%56.08%-
HSV(B)35.45º26.67%64.71%-
XYZ29.430.2522.38-
YUV149.42111.96139.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=38.11%
G=33.95%
B=27.94%

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
Decimal16514712100.110.270.3535.4519.6456.08
HexA593790B1B23231438
Octal2452231710133343432470
Binary10100101100100111111001010111101110001110001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59379; }

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

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

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

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

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

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

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

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