#A2947C

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

Shades of Bronco #A2947C

Tints of Bronco #A2947C

Color information

#A2947C (or 0xA2947C) is unknown color: approx Bronco. HEX triplet: A2, 94 and 7C. RGB value is (162,148,124). Sum of RGB (Red+Green+Blue) = 162+148+124=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A2947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2947C is #5D6B83. Grayscale: #959595. Windows color (decimal): -6122372 or 8164514. OLE color: 8164514.

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

Color convert

RGB162148124-
CMYK00.090.230.36
HSL37.89º16.96%56.08%-
HSV(B)37.89º23.46%63.53%-
XYZ29.1330.3223.39-
YUV149.45113.64136.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=37.33%
G=34.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214812400.090.230.3637.8916.9656.08
HexA2947C091724261138
Octal2422241740112744462170
Binary10100010100101001111100010011011110010010011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2947C; }

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

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

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

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

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

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

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

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