#A59477

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

Shades of Bronco #A59477

Tints of Bronco #A59477

Color information

#A59477 (or 0xA59477) is unknown color: approx Bronco. HEX triplet: A5, 94 and 77. RGB value is (165,148,119). Sum of RGB (Red+Green+Blue) = 165+148+119=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A59477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59477 is #5A6B88. Grayscale: #959595. Windows color (decimal): -5925769 or 7836837. OLE color: 7836837.

HSL color Cylindrical-coordinate representation of color #A59477: hue angle of 37.83º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59477 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB165148119-
CMYK00.100.280.35
HSL37.83º20.35%55.69%-
HSV(B)37.83º27.88%64.71%-
XYZ29.4430.5121.79-
YUV149.78110.63138.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=38.19%
G=34.26%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514811900.100.280.3537.8320.3555.69
HexA594770A1C23261438
Octal2452241670123443462470
Binary10100101100101001110111010101110010001110011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59477; }

 p { color: rgb(165,148,119); }

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

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

 a { background-color: rgb(165,148,119); }

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

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

 span { border-color: rgb(165,148,119); }

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