#A7957F

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

Shades of Bronco #A7957F

Tints of Bronco #A7957F

Color information

#A7957F (or 0xA7957F) is unknown color: approx Bronco. HEX triplet: A7, 95 and 7F. RGB value is (167,149,127). Sum of RGB (Red+Green+Blue) = 167+149+127=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 167 - color contains mainly: red. Hex color #A7957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7957F is #586A80. Grayscale: #979797. Windows color (decimal): -5794433 or 8361383. OLE color: 8361383.

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

Color convert

RGB167149127-
CMYK00.110.240.35
HSL33º18.52%57.65%-
HSV(B)33º23.95%65.49%-
XYZ30.5131.2424.5-
YUV151.87113.96138.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 127 (50% from 255) = 28.67%
R=37.70%
G=33.63%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714912700.110.240.353318.5257.65
HexA7957F0B182321133a
Octal2472251770133043412372
Binary10100111100101011111111010111100010001110000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7957F; }

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

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

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

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

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

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

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

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