#A8937A

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

Shades of Bronco #A8937A

Tints of Bronco #A8937A

Color information

#A8937A (or 0xA8937A) is unknown color: approx Bronco. HEX triplet: A8, 93 and 7A. RGB value is (168,147,122). Sum of RGB (Red+Green+Blue) = 168+147+122=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A8937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8937A is #576C85. Grayscale: #969696. Windows color (decimal): -5729414 or 8033192. OLE color: 8033192.

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

Color convert

RGB168147122-
CMYK00.130.270.34
HSL32.61º20.91%56.86%-
HSV(B)32.61º27.38%65.88%-
XYZ30.130.622.73-
YUV150.43111.96140.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=38.44%
G=33.64%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814712200.130.270.3432.6120.9156.86
HexA8937A0D1B22211539
Octal2502231720153342412571
Binary10101000100100111111010011011101110001010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8937A; }

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

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

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

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

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

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

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

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