#A5977C

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

Shades of Bronco #A5977C

Tints of Bronco #A5977C

Color information

#A5977C (or 0xA5977C) is unknown color: approx Bronco. HEX triplet: A5, 97 and 7C. RGB value is (165,151,124). Sum of RGB (Red+Green+Blue) = 165+151+124=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5977C is #5A6883. Grayscale: #989898. Windows color (decimal): -5924996 or 8165285. OLE color: 8165285.

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

Color convert

RGB165151124-
CMYK00.080.250.35
HSL39.51º18.55%56.67%-
HSV(B)39.51º24.85%64.71%-
XYZ30.2231.5923.57-
YUV152.11112.14137.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=37.5%
G=34.32%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515112400.080.250.3539.5118.5556.67
HexA5977C081923281339
Octal2452271740103143502371
Binary10100101100101111111100010001100110001110100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5977C; }

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

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

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

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

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

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

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

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