#A6987F

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

Shades of Bronco #A6987F

Tints of Bronco #A6987F

Color information

#A6987F (or 0xA6987F) is unknown color: approx Bronco. HEX triplet: A6, 98 and 7F. RGB value is (166,152,127). Sum of RGB (Red+Green+Blue) = 166+152+127=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A6987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6987F is #596780. Grayscale: #999999. Windows color (decimal): -5859201 or 8362150. OLE color: 8362150.

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

Color convert

RGB166152127-
CMYK00.080.230.35
HSL38.46º17.97%57.45%-
HSV(B)38.46º23.49%65.1%-
XYZ30.7832.124.65-
YUV153.34113.14137.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 152 (59.77% from 255) = 34.16%
BLUE value IS 127 (50% from 255) = 28.54%
R=37.30%
G=34.16%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615212700.080.230.3538.4617.9757.45
HexA6987F081723261239
Octal2462301770102743462271
Binary10100110100110001111111010001011110001110011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6987F; }

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

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

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

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

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

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

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

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