#A2947F

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

Shades of Bronco #A2947F

Tints of Bronco #A2947F

Color information

#A2947F (or 0xA2947F) is unknown color: approx Bronco. HEX triplet: A2, 94 and 7F. RGB value is (162,148,127). Sum of RGB (Red+Green+Blue) = 162+148+127=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A2947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2947F is #5D6B80. Grayscale: #959595. Windows color (decimal): -6122369 or 8361122. OLE color: 8361122.

HSL color Cylindrical-coordinate representation of color #A2947F: hue angle of 36º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2947F is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162148127-
CMYK00.090.220.36
HSL36º15.84%56.67%-
HSV(B)36º21.6%63.53%-
XYZ29.3230.3924.4-
YUV149.79115.14136.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 127 (50% from 255) = 29.06%
R=37.07%
G=33.87%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214812700.090.220.363615.8456.67
HexA2947F091624241039
Octal2422241770112644442071
Binary10100010100101001111111010011011010010010010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2947F; }

 p { color: rgb(162,148,127); }

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

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

 a { background-color: rgb(162,148,127); }

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

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

 span { border-color: rgb(162,148,127); }

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