#A8957A

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

Shades of Bronco #A8957A

Tints of Bronco #A8957A

Color information

#A8957A (or 0xA8957A) is unknown color: approx Bronco. HEX triplet: A8, 95 and 7A. RGB value is (168,149,122). Sum of RGB (Red+Green+Blue) = 168+149+122=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8957A is #576A85. Grayscale: #979797. Windows color (decimal): -5728902 or 8033704. OLE color: 8033704.

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

Color convert

RGB168149122-
CMYK00.110.270.34
HSL35.22º20.91%56.86%-
HSV(B)35.22º27.38%65.88%-
XYZ30.4131.2222.84-
YUV151.6111.29139.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=38.27%
G=33.94%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814912200.110.270.3435.2220.9156.86
HexA8957A0B1B22231539
Octal2502251720133342432571
Binary10101000100101011111010010111101110001010001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8957A; }

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

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

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

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

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

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

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

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