#A59580

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

Shades of Bronco #A59580

Tints of Bronco #A59580

Color information

#A59580 (or 0xA59580) is unknown color: approx Bronco. HEX triplet: A5, 95 and 80. RGB value is (165,149,128). Sum of RGB (Red+Green+Blue) = 165+149+128=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A59580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59580 is #5A6A7F. Grayscale: #979797. Windows color (decimal): -5925504 or 8426917. OLE color: 8426917.

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

Color convert

RGB165149128-
CMYK00.100.220.35
HSL34.05º17.05%57.45%-
HSV(B)34.05º22.42%64.71%-
XYZ30.1631.0524.83-
YUV151.39114.8137.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=37.33%
G=33.71%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514912800.100.220.3534.0517.0557.45
HexA595800A1623221139
Octal2452252000122643422171
Binary101001011001010110000000010101011010001110001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59580; }

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

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

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

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

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

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

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

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