#A9967D

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

Shades of Bronco #A9967D

Tints of Bronco #A9967D

Color information

#A9967D (or 0xA9967D) is unknown color: approx Bronco. HEX triplet: A9, 96 and 7D. RGB value is (169,150,125). Sum of RGB (Red+Green+Blue) = 169+150+125=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A9967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9967D is #566982. Grayscale: #989898. Windows color (decimal): -5663107 or 8230569. OLE color: 8230569.

HSL color Cylindrical-coordinate representation of color #A9967D: hue angle of 34.09º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9967D is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB169150125-
CMYK00.110.260.34
HSL34.09º20.37%57.65%-
HSV(B)34.09º26.04%66.27%-
XYZ30.9731.7323.89-
YUV152.83112.29139.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=38.06%
G=33.78%
B=28.15%

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
Decimal16915012500.110.260.3434.0920.3757.65
HexA9967D0B1A2222143a
Octal2512261750133242422472
Binary10101001100101101111101010111101010001010001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9967D; }

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

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

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

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

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

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

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

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