#A7977F

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

Shades of Bronco #A7977F

Tints of Bronco #A7977F

Color information

#A7977F (or 0xA7977F) is unknown color: approx Bronco. HEX triplet: A7, 97 and 7F. RGB value is (167,151,127). Sum of RGB (Red+Green+Blue) = 167+151+127=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A7977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7977F is #586880. Grayscale: #999999. Windows color (decimal): -5793921 or 8361895. OLE color: 8361895.

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

Color convert

RGB167151127-
CMYK00.100.240.35
HSL36º18.52%57.65%-
HSV(B)36º23.95%65.49%-
XYZ30.8331.8824.61-
YUV153.05113.3137.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 127 (50% from 255) = 28.54%
R=37.53%
G=33.93%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715112700.100.240.353618.5257.65
HexA7977F0A182324133a
Octal2472271770123043442372
Binary10100111100101111111111010101100010001110010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7977F; }

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

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

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

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

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

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

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

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