#A7987A

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

Shades of Bronco #A7987A

Tints of Bronco #A7987A

Color information

#A7987A (or 0xA7987A) is unknown color: approx Bronco. HEX triplet: A7, 98 and 7A. RGB value is (167,152,122). Sum of RGB (Red+Green+Blue) = 167+152+122=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 167 - color contains mainly: red. Hex color #A7987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7987A is #586785. Grayscale: #999999. Windows color (decimal): -5793670 or 8034471. OLE color: 8034471.

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

Color convert

RGB167152122-
CMYK00.090.270.35
HSL40º20.36%56.67%-
HSV(B)40º26.95%65.49%-
XYZ30.6832.0822.99-
YUV153.06110.47137.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=37.87%
G=34.47%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715212200.090.270.354020.3656.67
HexA7987A091B23281439
Octal2472301720113343502471
Binary10100111100110001111010010011101110001110100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7987A; }

 p { color: rgb(167,152,122); }

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

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

 a { background-color: rgb(167,152,122); }

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

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

 span { border-color: rgb(167,152,122); }

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