#A5937C

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

Shades of Bronco #A5937C

Tints of Bronco #A5937C

Color information

#A5937C (or 0xA5937C) is unknown color: approx Bronco. HEX triplet: A5, 93 and 7C. RGB value is (165,147,124). Sum of RGB (Red+Green+Blue) = 165+147+124=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5937C is #5A6C83. Grayscale: #959595. Windows color (decimal): -5926020 or 8164261. OLE color: 8164261.

HSL color Cylindrical-coordinate representation of color #A5937C: hue angle of 33.66º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5937C is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB165147124-
CMYK00.110.250.35
HSL33.66º18.55%56.67%-
HSV(B)33.66º24.85%64.71%-
XYZ29.5930.3223.36-
YUV149.76113.46138.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=37.84%
G=33.72%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514712400.110.250.3533.6618.5556.67
HexA5937C0B1923221339
Octal2452231740133143422371
Binary10100101100100111111100010111100110001110001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5937C; }

 p { color: rgb(165,147,124); }

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

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

 a { background-color: rgb(165,147,124); }

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

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

 span { border-color: rgb(165,147,124); }

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