#A8957D

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

Shades of Bronco #A8957D

Tints of Bronco #A8957D

Color information

#A8957D (or 0xA8957D) is unknown color: approx Bronco. HEX triplet: A8, 95 and 7D. RGB value is (168,149,125). Sum of RGB (Red+Green+Blue) = 168+149+125=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A8957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8957D is #576A82. Grayscale: #989898. Windows color (decimal): -5728899 or 8230312. OLE color: 8230312.

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

Color convert

RGB168149125-
CMYK00.110.260.34
HSL33.49º19.82%57.45%-
HSV(B)33.49º25.6%65.88%-
XYZ30.631.323.83-
YUV151.94112.79139.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=38.01%
G=33.71%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814912500.110.260.3433.4919.8257.45
HexA8957D0B1A22211439
Octal2502251750133242412471
Binary10101000100101011111101010111101010001010000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8957D; }

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

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

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

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

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

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

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

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