#A0947D

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

Shades of Bronco #A0947D

Tints of Bronco #A0947D

Color information

#A0947D (or 0xA0947D) is unknown color: approx Bronco. HEX triplet: A0, 94 and 7D. RGB value is (160,148,125). Sum of RGB (Red+Green+Blue) = 160+148+125=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0947D is #5F6B82. Grayscale: #959595. Windows color (decimal): -6253443 or 8230048. OLE color: 8230048.

HSL color Cylindrical-coordinate representation of color #A0947D: hue angle of 39.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0947D is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB160148125-
CMYK00.070.220.37
HSL39.43º15.56%55.88%-
HSV(B)39.43º21.88%62.75%-
XYZ28.7930.1323.7-
YUV148.97114.48135.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=36.95%
G=34.18%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014812500.070.220.3739.4315.5655.88
HexA0947D071625271038
Octal240224175072645472070
Binary1010000010010100111110101111011010010110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0947D; }

 p { color: rgb(160,148,125); }

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

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

 a { background-color: rgb(160,148,125); }

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

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

 span { border-color: rgb(160,148,125); }

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