#A59680

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

Shades of Bronco #A59680

Tints of Bronco #A59680

Color information

#A59680 (or 0xA59680) is unknown color: approx Bronco. HEX triplet: A5, 96 and 80. RGB value is (165,150,128). Sum of RGB (Red+Green+Blue) = 165+150+128=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A59680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59680 is #5A697F. Grayscale: #989898. Windows color (decimal): -5925248 or 8427173. OLE color: 8427173.

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

Color convert

RGB165150128-
CMYK00.090.220.35
HSL35.68º17.05%57.45%-
HSV(B)35.68º22.42%64.71%-
XYZ30.3231.3724.88-
YUV151.98114.47137.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=37.25%
G=33.86%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515012800.090.220.3535.6817.0557.45
HexA59680091623241139
Octal2452262000112643442171
Binary101001011001011010000000010011011010001110010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59680; }

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

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

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

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

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

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

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

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