#A9947A

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

Shades of Bronco #A9947A

Tints of Bronco #A9947A

Color information

#A9947A (or 0xA9947A) is unknown color: approx Bronco. HEX triplet: A9, 94 and 7A. RGB value is (169,148,122). Sum of RGB (Red+Green+Blue) = 169+148+122=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A9947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9947A is #566B85. Grayscale: #979797. Windows color (decimal): -5663622 or 8033449. OLE color: 8033449.

HSL color Cylindrical-coordinate representation of color #A9947A: hue angle of 33.19º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9947A is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB169148122-
CMYK00.120.280.34
HSL33.19º21.46%57.06%-
HSV(B)33.19º27.81%66.27%-
XYZ30.4631.0222.79-
YUV151.32111.46140.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=38.50%
G=33.71%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914812200.120.280.3433.1921.4657.06
HexA9947A0C1C22211539
Octal2512241720143442412571
Binary10101001100101001111010011001110010001010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9947A; }

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

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

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

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

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

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

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

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