#A8967D

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

Shades of Bronco #A8967D

Tints of Bronco #A8967D

Color information

#A8967D (or 0xA8967D) is unknown color: approx Bronco. HEX triplet: A8, 96 and 7D. RGB value is (168,150,125). Sum of RGB (Red+Green+Blue) = 168+150+125=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8967D is #576982. Grayscale: #989898. Windows color (decimal): -5728643 or 8230568. OLE color: 8230568.

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

Color convert

RGB168150125-
CMYK00.110.260.34
HSL34.88º19.82%57.45%-
HSV(B)34.88º25.6%65.88%-
XYZ30.7631.6223.88-
YUV152.53112.46139.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=37.92%
G=33.86%
B=28.22%

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
Decimal16815012500.110.260.3434.8819.8257.45
HexA8967D0B1A22231439
Octal2502261750133242432471
Binary10101000100101101111101010111101010001010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8967D; }

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

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

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

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

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

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

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

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