#A6987D

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

Shades of Bronco #A6987D

Tints of Bronco #A6987D

Color information

#A6987D (or 0xA6987D) is unknown color: approx Bronco. HEX triplet: A6, 98 and 7D. RGB value is (166,152,125). Sum of RGB (Red+Green+Blue) = 166+152+125=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6987D is #596782. Grayscale: #999999. Windows color (decimal): -5859203 or 8231078. OLE color: 8231078.

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

Color convert

RGB166152125-
CMYK00.080.250.35
HSL39.51º18.72%57.06%-
HSV(B)39.51º24.7%65.1%-
XYZ30.6632.0423.97-
YUV153.11112.14137.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=37.47%
G=34.31%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615212500.080.250.3539.5118.7257.06
HexA6987D081923281339
Octal2462301750103143502371
Binary10100110100110001111101010001100110001110100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6987D; }

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

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

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

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

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

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

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

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