#A59780

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

Shades of Bronco #A59780

Tints of Bronco #A59780

Color information

#A59780 (or 0xA59780) is unknown color: approx Bronco. HEX triplet: A5, 97 and 80. RGB value is (165,151,128). Sum of RGB (Red+Green+Blue) = 165+151+128=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A59780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59780 is #5A687F. Grayscale: #989898. Windows color (decimal): -5924992 or 8427429. OLE color: 8427429.

HSL color Cylindrical-coordinate representation of color #A59780: hue angle of 37.3º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A59780 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB165151128-
CMYK00.080.220.35
HSL37.3º17.05%57.45%-
HSV(B)37.3º22.42%64.71%-
XYZ30.4831.6924.93-
YUV152.56114.14136.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=37.16%
G=34.01%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515112800.080.220.3537.317.0557.45
HexA59780081623251139
Octal2452272000102643452171
Binary101001011001011110000000010001011010001110010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59780; }

 p { color: rgb(165,151,128); }

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

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

 a { background-color: rgb(165,151,128); }

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

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

 span { border-color: rgb(165,151,128); }

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