#A8987F

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

Shades of Bronco #A8987F

Tints of Bronco #A8987F

Color information

#A8987F (or 0xA8987F) is unknown color: approx Bronco. HEX triplet: A8, 98 and 7F. RGB value is (168,152,127). Sum of RGB (Red+Green+Blue) = 168+152+127=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 168 - color contains mainly: red. Hex color #A8987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8987F is #576780. Grayscale: #9A9A9A. Windows color (decimal): -5728129 or 8362152. OLE color: 8362152.

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

Color convert

RGB168152127-
CMYK00.100.240.34
HSL36.59º19.07%57.84%-
HSV(B)36.59º24.4%65.88%-
XYZ31.2132.3124.67-
YUV153.93112.8138.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 127 (50% from 255) = 28.41%
R=37.58%
G=34.00%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815212700.100.240.3436.5919.0757.84
HexA8987F0A182225133a
Octal2502301770123042452372
Binary10101000100110001111111010101100010001010010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8987F; }

 p { color: rgb(168,152,127); }

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

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

 a { background-color: rgb(168,152,127); }

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

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

 span { border-color: rgb(168,152,127); }

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