#A7987E

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

Shades of Bronco #A7987E

Tints of Bronco #A7987E

Color information

#A7987E (or 0xA7987E) is unknown color: approx Bronco. HEX triplet: A7, 98 and 7E. RGB value is (167,152,126). Sum of RGB (Red+Green+Blue) = 167+152+126=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A7987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7987E is #586781. Grayscale: #999999. Windows color (decimal): -5793666 or 8296615. OLE color: 8296615.

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

Color convert

RGB167152126-
CMYK00.090.250.35
HSL38.05º18.89%57.45%-
HSV(B)38.05º24.55%65.49%-
XYZ30.9332.1824.32-
YUV153.52112.47137.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=37.53%
G=34.16%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715212600.090.250.3538.0518.8957.45
HexA7987E091923261339
Octal2472301760113143462371
Binary10100111100110001111110010011100110001110011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7987E; }

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

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

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

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

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

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

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

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