#A6977D

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

Shades of Bronco #A6977D

Tints of Bronco #A6977D

Color information

#A6977D (or 0xA6977D) is unknown color: approx Bronco. HEX triplet: A6, 97 and 7D. RGB value is (166,151,125). Sum of RGB (Red+Green+Blue) = 166+151+125=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A6977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6977D is #596882. Grayscale: #989898. Windows color (decimal): -5859459 or 8230822. OLE color: 8230822.

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

Color convert

RGB166151125-
CMYK00.090.250.35
HSL38.05º18.72%57.06%-
HSV(B)38.05º24.7%65.1%-
XYZ30.4931.7223.92-
YUV152.52112.47137.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=37.56%
G=34.16%
B=28.28%

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
Decimal16615112500.090.250.3538.0518.7257.06
HexA6977D091923261339
Octal2462271750113143462371
Binary10100110100101111111101010011100110001110011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6977D; }

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

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

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

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

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

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

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

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