#A8947A

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

Shades of Bronco #A8947A

Tints of Bronco #A8947A

Color information

#A8947A (or 0xA8947A) is unknown color: approx Bronco. HEX triplet: A8, 94 and 7A. RGB value is (168,148,122). Sum of RGB (Red+Green+Blue) = 168+148+122=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A8947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8947A is #576B85. Grayscale: #979797. Windows color (decimal): -5729158 or 8033448. OLE color: 8033448.

HSL color Cylindrical-coordinate representation of color #A8947A: hue angle of 33.91º 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 #A8947A is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB168148122-
CMYK00.120.270.34
HSL33.91º20.91%56.86%-
HSV(B)33.91º27.38%65.88%-
XYZ30.2530.9122.78-
YUV151.02111.63140.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.36%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=38.36%
G=33.79%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814812200.120.270.3433.9120.9156.86
HexA8947A0C1B22221539
Octal2502241720143342422571
Binary10101000100101001111010011001101110001010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8947A; }

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

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

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

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

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

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

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

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