#A5977F

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

Shades of Bronco #A5977F

Tints of Bronco #A5977F

Color information

#A5977F (or 0xA5977F) is unknown color: approx Bronco. HEX triplet: A5, 97 and 7F. RGB value is (165,151,127). Sum of RGB (Red+Green+Blue) = 165+151+127=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A5977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5977F is #5A6880. Grayscale: #989898. Windows color (decimal): -5924993 or 8361893. OLE color: 8361893.

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

Color convert

RGB165151127-
CMYK00.080.230.35
HSL37.89º17.43%57.25%-
HSV(B)37.89º23.03%64.71%-
XYZ30.4131.6624.59-
YUV152.45113.64136.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 127 (50% from 255) = 28.67%
R=37.25%
G=34.09%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515112700.080.230.3537.8917.4357.25
HexA5977F081723261139
Octal2452271770102743462171
Binary10100101100101111111111010001011110001110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5977F; }

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

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

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

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

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

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

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

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