#A59279

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

Shades of Bronco #A59279

Tints of Bronco #A59279

Color information

#A59279 (or 0xA59279) is unknown color: approx Bronco. HEX triplet: A5, 92 and 79. RGB value is (165,146,121). Sum of RGB (Red+Green+Blue) = 165+146+121=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A59279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59279 is #5A6D86. Grayscale: #949494. Windows color (decimal): -5926279 or 7967397. OLE color: 7967397.

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

Color convert

RGB165146121-
CMYK00.120.270.35
HSL34.09º19.64%56.08%-
HSV(B)34.09º26.67%64.71%-
XYZ29.2529.9422.33-
YUV148.83112.29139.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 121 (47.66% from 255) = 28.01%
R=38.19%
G=33.80%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514612100.120.270.3534.0919.6456.08
HexA592790C1B23221438
Octal2452221710143343422470
Binary10100101100100101111001011001101110001110001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59279; }

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

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

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

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

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

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

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

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