#A8937D

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

Shades of Bronco #A8937D

Tints of Bronco #A8937D

Color information

#A8937D (or 0xA8937D) is unknown color: approx Bronco. HEX triplet: A8, 93 and 7D. RGB value is (168,147,125). Sum of RGB (Red+Green+Blue) = 168+147+125=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A8937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8937D is #576C82. Grayscale: #969696. Windows color (decimal): -5729411 or 8229800. OLE color: 8229800.

HSL color Cylindrical-coordinate representation of color #A8937D: hue angle of 30.7º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8937D is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB168147125-
CMYK00.130.260.34
HSL30.7º19.82%57.45%-
HSV(B)30.7º25.6%65.88%-
XYZ30.2830.6723.73-
YUV150.77113.46140.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=38.18%
G=33.41%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814712500.130.260.3430.719.8257.45
HexA8937D0D1A221f1439
Octal2502231750153242372471
Binary1010100010010011111110101101110101000101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8937D; }

 p { color: rgb(168,147,125); }

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

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

 a { background-color: rgb(168,147,125); }

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

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

 span { border-color: rgb(168,147,125); }

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