#A59479

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

Shades of Bronco #A59479

Tints of Bronco #A59479

Color information

#A59479 (or 0xA59479) is unknown color: approx Bronco. HEX triplet: A5, 94 and 79. RGB value is (165,148,121). Sum of RGB (Red+Green+Blue) = 165+148+121=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A59479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59479 is #5A6B86. Grayscale: #969696. Windows color (decimal): -5925767 or 7967909. OLE color: 7967909.

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

Color convert

RGB165148121-
CMYK00.100.270.35
HSL36.82º19.64%56.08%-
HSV(B)36.82º26.67%64.71%-
XYZ29.5630.5622.43-
YUV150111.63138.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=38.02%
G=34.10%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514812100.100.270.3536.8219.6456.08
HexA594790A1B23251438
Octal2452241710123343452470
Binary10100101100101001111001010101101110001110010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59479; }

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

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

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

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

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

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

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

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